space
Gets an individual space
resource
Overview
Name | space |
Type | Resource |
Description | space |
Id | awscc.sagemaker.space |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
space_arn,
domain_id,
space_name,
space_settings,
tags,
ownership_settings,
space_sharing_settings,
space_display_name,
url
FROM awscc.sagemaker.space
WHERE data__Identifier = '<DomainId>|<SpaceName>';
Permissions
To operate on the space
resource, the following permissions are required:
Read
sagemaker:DescribeSpace
Update
sagemaker:UpdateSpace,
sagemaker:DescribeSpace
Delete
sagemaker:DeleteSpace,
sagemaker:DescribeSpace