Class: Aws::Athena::Types::CustomerContentEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CustomerContentEncryptionConfiguration
- 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
-
#kms_key ⇒ String
The customer managed KMS key that is used to encrypt the user’s data stores in Athena.
Instance Attribute Details
#kms_key ⇒ String
The customer managed KMS key that is used to encrypt the user’s data stores in Athena.
901 902 903 904 905 |
# File 'lib/aws-sdk-athena/types.rb', line 901 class CustomerContentEncryptionConfiguration < Struct.new( :kms_key) SENSITIVE = [] include Aws::Structure end |