space_tags
Expands all tag keys and values for spaces
in a region
Overview
Name | space_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Space |
Id | aws.sagemaker.space_tags |
Fields
Name | Datatype | Description |
---|---|---|
space_arn | string | The space Amazon Resource Name (ARN). |
domain_id | string | The ID of the associated Domain. |
space_name | string | A name for the Space. |
space_settings | object | A collection of settings. |
ownership_settings | object | |
space_sharing_settings | object | |
space_display_name | string | |
url | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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