class Aws::Glue::Types::S3Encryption

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

@note When making an API call, you may pass S3Encryption

data as a hash:

    {
      s3_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS, SSE-S3
      kms_key_arn: "KmsKeyArn",
    }

@!attribute [rw] s3_encryption_mode

The encryption mode to use for Amazon S3 data.
@return [String]

@!attribute [rw] kms_key_arn

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Encryption AWS API Documentation

Constants

SENSITIVE