UserProfileUserSettingsSharingSettingsArgs

data class UserProfileUserSettingsSharingSettingsArgs(val notebookOutputOption: Output<String>? = null, val s3KmsKeyId: Output<String>? = null, val s3OutputPath: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsSharingSettingsArgs>

Constructors

constructor(notebookOutputOption: Output<String>? = null, s3KmsKeyId: Output<String>? = null, s3OutputPath: Output<String>? = null)

Properties

Link copied to clipboard
val notebookOutputOption: Output<String>? = null

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

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

Functions

Link copied to clipboard
open override fun toJava(): UserProfileUserSettingsSharingSettingsArgs