Skip to main content

space

Gets an individual space resource

Overview

Namespace
TypeResource
Descriptionspace
Idawscc.sagemaker.space

Fields

NameDatatypeDescription
space_arnstringThe space Amazon Resource Name (ARN).
domain_idstringThe ID of the associated Domain.
space_namestringA name for the Space.
space_settingsobjectA collection of settings.
tagsarrayA list of tags to apply to the space.
ownership_settingsobject
space_sharing_settingsobject
space_display_namestring
urlstring
regionstringAWS 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