AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::Space

CfnSpace

Creates a private space or a space used for real time collaboration in a domain.

Import

import { CfnSpace } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnSpace

Properties

Configuration passed to the constructor as CfnSpaceProps.

domainIdRequired
string

The ID of the associated domain.

spaceNameRequired
string

The name of the space.

ownershipSettingsOptional
IResolvable | OwnershipSettingsProperty

The collection of ownership settings for a space.

spaceDisplayNameOptional
string

The name of the space that appears in the Studio UI.

spaceSettingsOptional
IResolvable | SpaceSettingsProperty

A collection of space settings.

spaceSharingSettingsOptional
IResolvable | SpaceSharingSettingsProperty

A collection of space sharing settings.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter