Class ManagedQueryResultsEncryptionConfiguration

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

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

If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.

See Also: