Class: Aws::Athena::Types::CustomerContentEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Specifies the customer managed KMS key that is used to encrypt the user’s data stores in Athena. When an Amazon Web Services managed key is used, this value is null. This setting does not apply to Athena SQL workgroups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_keyString

The customer managed KMS key that is used to encrypt the user’s data stores in Athena.

Returns:

  • (String)


898
899
900
901
902
# File 'lib/aws-sdk-athena/types.rb', line 898

class CustomerContentEncryptionConfiguration < Struct.new(
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end