Skip to main content

spaces

Retrieves a list of spaces in a region

Overview

Namespaces
TypeResource
Descriptionspaces
Idawscc.sagemaker.spaces

Fields

NameDatatypeDescription
domain_idstringThe ID of the associated Domain.
space_namestringA name for the Space.
regionstringAWS 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