You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::JobBookmarksEncryption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JobBookmarksEncryption as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies how job bookmark data should be encrypted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#job_bookmarks_encryption_modeString

The encryption mode to use for job bookmarks data.

Possible values:

  • DISABLED
  • CSE-KMS

Returns:

  • (String)

    The encryption mode to use for job bookmarks data.

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.