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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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)


1004
1005
1006
1007
1008
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1004

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