AWS::SageMaker::SpaceCreates a private space or a space used for real time collaboration in a domain.
import { CfnSpace } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnSpaceConfiguration passed to the constructor as CfnSpaceProps.
domainIdRequiredstringThe ID of the associated domain.
spaceNameRequiredstringThe name of the space.
ownershipSettingsOptionalIResolvable | OwnershipSettingsPropertyThe collection of ownership settings for a space.
spaceDisplayNameOptionalstringThe name of the space that appears in the Studio UI.
spaceSettingsOptionalIResolvable | SpaceSettingsPropertyA collection of space settings.
spaceSharingSettingsOptionalIResolvable | SpaceSharingSettingsPropertyA collection of space sharing settings.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::Space