DomainDefaultUserSettingsSharingSettings

data class DomainDefaultUserSettingsSharingSettings(val notebookOutputOption: String? = null, val s3KmsKeyId: String? = null, val s3OutputPath: String? = null)

Constructors

Link copied to clipboard
constructor(notebookOutputOption: String? = null, s3KmsKeyId: String? = null, s3OutputPath: String? = null)

Types

Link copied to clipboard
object Companion

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
val s3KmsKeyId: String? = null

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
val s3OutputPath: String? = null

When notebook_output_option is Allowed, the Amazon S3 bucket used to save the notebook cell output.