Skip to main content

space_tags

Expands all tag keys and values for spaces in a region

Overview

Namespace_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Space
Idaws.sagemaker.space_tags

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.
ownership_settingsobject
space_sharing_settingsobject
space_display_namestring
urlstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all spaces in a region.

SELECT
region,
space_arn,
domain_id,
space_name,
space_settings,
ownership_settings,
space_sharing_settings,
space_display_name,
url,
tag_key,
tag_value
FROM aws.sagemaker.space_tags
WHERE region = 'us-east-1';

Permissions

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