Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::SageMaker::Domain SharingSettings

Focus mode

On this page

AWS::SageMaker::Domain SharingSettings - AWS CloudFormation
Filter View

Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "NotebookOutputOption" : String, "S3KmsKeyId" : String, "S3OutputPath" : String }

YAML

NotebookOutputOption: String S3KmsKeyId: String S3OutputPath: String

Properties

NotebookOutputOption

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

Required: No

Type: String

Allowed values: Allowed | Disabled

Update requires: No interruption

S3KmsKeyId

When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

Required: No

Type: String

Pattern: .*

Maximum: 2048

Update requires: No interruption

S3OutputPath

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

Required: No

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 1024

Update requires: No interruption

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.