AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::Space

SageMaker Space

Resource Type definition for AWS::SageMaker::Space

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainId
string
RequiredCreate-only
SpaceName
string
RequiredCreate-only
OwnershipSettings
OwnershipSettings
Create-only
SpaceDisplayName
string
SpaceSettings
SpaceSettings
Write-only
SpaceSharingSettings
SpaceSharingSettings
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
SpaceArnstringThe space Amazon Resource Name (ARN).
Urlstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Space

Resources:
  MyResource:
    Type: AWS::SageMaker::Space
    Properties:
      DomainId: "my-domainid"
      SpaceName: "my-spacename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreateSpacesagemaker:DescribeSpacesagemaker:ListTagssagemaker:AddTags

read

sagemaker:DescribeSpacesagemaker:ListTags

update

sagemaker:UpdateSpacesagemaker:DescribeSpacesagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTags

delete

sagemaker:DeleteSpacesagemaker:DescribeSpacesagemaker:DeleteTags

list

sagemaker:ListSpacessagemaker:ListTags

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties9
Required2
TaggingSupported
Primary IDDomainId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainIdSpaceNameSpaceSharingSettingsOwnershipSettings

External Links