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.
932 933 934 935 936 |
# File 'lib/aws-sdk-athena/types.rb', line 932 class CustomerContentEncryptionConfiguration < Struct.new( :kms_key) SENSITIVE = [] include Aws::Structure end |