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 |
|---|---|---|
domain_id | string | The ID of the associated Domain. |
space_name | string | A name for the Space. |
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