Domain Default User Settings Sharing Settings
data class DomainDefaultUserSettingsSharingSettings(val notebookOutputOption: String? = null, val s3KmsKeyId: String? = null, val s3OutputPath: String? = null)
Properties
Link copied to clipboard
Whether to include the notebook cell output when sharing the notebook. The default is Disabled
. Valid values are Allowed
and Disabled
.
Link copied to clipboard
When notebook_output_option
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 notebook_output_option
is Allowed, the Amazon S3 bucket used to save the notebook cell output.