AWS::SageMaker::Space
Creates a space used for real time collaboration in a Domain.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SageMaker::Space", "Properties" : { "DomainId" :String, "SpaceName" :String, "SpaceSettings" :SpaceSettings, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SageMaker::Space Properties: DomainId:StringSpaceName:StringSpaceSettings:SpaceSettingsTags:- Tag
Properties
DomainId-
The ID of the associated Domain.
Required: Yes
Type: String
Maximum:
63Update requires: Replacement
SpaceName-
The name of the space.
Required: Yes
Type: String
Maximum:
63Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Update requires: Replacement
SpaceSettings-
A collection of space settings.
Required: No
Type: SpaceSettings
Update requires: No interruption
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.