EncryptionConfiguration
If query results are encrypted in Amazon S3, indicates the encryption
option used (for example, SSE-KMS
or CSE-KMS
) and key information.
Contents
- EncryptionOption
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (
SSE-S3
), server-side encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys (CSE-KMS) is used.Type: String
Valid Values:
SSE_S3 | SSE_KMS | CSE_KMS
Required: Yes
- KmsKey
-
For
SSE-KMS
andCSE-KMS
, this is the KMS key ARN or ID.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: