spaces_list_only
Lists spaces
in a region or regions, for all properties use spaces
Overview
Name | spaces_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Space |
Id | aws.sagemaker.spaces_list_only |
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. |
tags | array | A list of tags to apply to the space. |
ownership_settings | object | |
space_sharing_settings | object | |
space_display_name | string | |
url | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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