Class CustomerContentEncryptionConfiguration

java.lang.Object
software.amazon.awssdk.services.athena.model.CustomerContentEncryptionConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CustomerContentEncryptionConfiguration.Builder,CustomerContentEncryptionConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class CustomerContentEncryptionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerContentEncryptionConfiguration.Builder,CustomerContentEncryptionConfiguration>

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.

See Also: