Enum S3EncryptionMode
Encryption mode for S3.
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum S3EncryptionMode
Syntax (vb)
Public Enum S3EncryptionMode
Remarks
Synopsis
Fields
| KMS | Server-side encryption (SSE) with an AWS KMS key managed by the account owner. |
| S3_MANAGED | Server side encryption (SSE) with an Amazon S3-managed key. |
Fields
| Name | Description |
|---|---|
| KMS | Server-side encryption (SSE) with an AWS KMS key managed by the account owner. |
| S3_MANAGED | Server side encryption (SSE) with an Amazon S3-managed key. |