Domain Sharing Settings Args
data class DomainSharingSettingsArgs(val notebookOutputOption: Output<DomainSharingSettingsNotebookOutputOption>? = null, val s3KmsKeyId: Output<String>? = null, val s3OutputPath: Output<String>? = null) : ConvertibleToJava<DomainSharingSettingsArgs>
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.
Constructors
Link copied to clipboard
constructor(notebookOutputOption: Output<DomainSharingSettingsNotebookOutputOption>? = null, s3KmsKeyId: Output<String>? = null, s3OutputPath: Output<String>? = null)
Properties
Link copied to clipboard
Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
Link copied to clipboard
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.
Link copied to clipboard
When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.