Show / Hide Table of Contents

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

See: https://docs.aws.amazon.com/glue/latest/webapi/API_S3Encryption.html#Glue-Type-S3Encryption-S3EncryptionMode

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.

Back to top Generated by DocFX