SharingSettings
Specifies options for sharing Amazon SageMaker Studio notebooks. 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. When SharingSettings
is not specified, notebook sharing isn't
allowed.
Contents
- NotebookOutputOption
-
Whether to include the notebook cell output when sharing the notebook. The default is
Disabled
.Type: String
Valid Values:
Allowed | Disabled
Required: No
- S3KmsKeyId
-
When
NotebookOutputOption
isAllowed
, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^[a-zA-Z0-9:/_-]*$
Required: No
- S3OutputPath
-
When
NotebookOutputOption
isAllowed
, the Amazon S3 bucket used to store the shared notebook snapshots.Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: