AWS::SageMaker::SpaceResource Type definition for AWS::SageMaker::Space
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SpaceArn | string | The space Amazon Resource Name (ARN). |
Url | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateSpacesagemaker:DescribeSpacesagemaker:ListTagssagemaker:AddTagssagemaker:DescribeSpacesagemaker:ListTagssagemaker:UpdateSpacesagemaker:DescribeSpacesagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteSpacesagemaker:DescribeSpacesagemaker:DeleteTagssagemaker:ListSpacessagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdSpaceNameSpaceSharingSettingsOwnershipSettings