Class UserProfileUserSettingsSharingSettings


  • public final class UserProfileUserSettingsSharingSettings
    extends java.lang.Object
    • Method Detail

      • notebookOutputOption

        public java.util.Optional<java.lang.String> notebookOutputOption()
        Returns:
        Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
      • s3KmsKeyId

        public java.util.Optional<java.lang.String> s3KmsKeyId()
        Returns:
        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.
      • s3OutputPath

        public java.util.Optional<java.lang.String> s3OutputPath()
        Returns:
        When `notebook_output_option` is Allowed, the Amazon S3 bucket used to save the notebook cell output.