This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::UserProfile SharingSettings
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:StringS3KmsKeyId:StringS3OutputPath: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 | DisabledUpdate requires: No interruption 
- S3KmsKeyId
- 
                    When NotebookOutputOptionisAllowed, 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: 2048Update requires: No interruption 
- S3OutputPath
- 
                    When NotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.Required: No Type: String Pattern: ^(https|s3)://([^/]+)/?(.*)$Maximum: 1024Update requires: No interruption