Skip to main content

spaces_list_only

Lists spaces in a region or regions, for all properties use spaces

Overview

Namespaces_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Space
Idaws.sagemaker.spaces_list_only

Fields

NameDatatypeDescription
space_arnstringThe space Amazon Resource Name (ARN).
domain_idstringThe ID of the associated Domain.
space_namestringA name for the Space.
space_settingsobjectA collection of settings.
tagsarrayA list of tags to apply to the space.
ownership_settingsobject
space_sharing_settingsobject
space_display_namestring
urlstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all spaces in a region.

SELECT
region,
domain_id,
space_name
FROM aws.sagemaker.spaces_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the spaces_list_only resource, see spaces