class Aws::Glue::Types::JobBookmarksEncryption

Specifies how job bookmark data should be encrypted.

@note When making an API call, you may pass JobBookmarksEncryption

data as a hash:

    {
      job_bookmarks_encryption_mode: "DISABLED", # accepts DISABLED, CSE-KMS
      kms_key_arn: "KmsKeyArn",
    }

@!attribute [rw] job_bookmarks_encryption_mode

The encryption mode to use for job bookmarks data.
@return [String]

@!attribute [rw] kms_key_arn

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobBookmarksEncryption AWS API Documentation

Constants

SENSITIVE