spaces
Retrieves a list of spaces
in a region
Overview
Name | spaces |
Type | Resource |
Description | spaces |
Id | awscc.sagemaker.spaces |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_id,
space_name
FROM awscc.sagemaker.spaces
WHERE region = 'us-east-1'
Permissions
To operate on the spaces
resource, the following permissions are required:
Create
sagemaker:CreateSpace,
sagemaker:DescribeSpace
List
sagemaker:ListSpaces