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
- Struct
- Aws::Glue::Types::JobBookmarksEncryption
- 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
-
#job_bookmarks_encryption_mode ⇒ String
The encryption mode to use for job bookmarks data.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
Instance Attribute Details
#job_bookmarks_encryption_mode ⇒ String
The encryption mode to use for job bookmarks data.
Possible values:
- DISABLED
- CSE-KMS
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.