User Profile User Settings Sharing Settings Args
data class UserProfileUserSettingsSharingSettingsArgs(val notebookOutputOption: Output<String>? = null, val s3KmsKeyId: Output<String>? = null, val s3OutputPath: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsSharingSettingsArgs>
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.