class Aws::Glue::Types::EncryptionConfiguration

Specifies an encryption configuration.

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

data as a hash:

    {
      s3_encryption: [
        {
          s3_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS, SSE-S3
          kms_key_arn: "KmsKeyArn",
        },
      ],
      cloud_watch_encryption: {
        cloud_watch_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS
        kms_key_arn: "KmsKeyArn",
      },
      job_bookmarks_encryption: {
        job_bookmarks_encryption_mode: "DISABLED", # accepts DISABLED, CSE-KMS
        kms_key_arn: "KmsKeyArn",
      },
    }

@!attribute [rw] s3_encryption

The encryption configuration for Amazon Simple Storage Service
(Amazon S3) data.
@return [Array<Types::S3Encryption>]

@!attribute [rw] cloud_watch_encryption

The encryption configuration for Amazon CloudWatch.
@return [Types::CloudWatchEncryption]

@!attribute [rw] job_bookmarks_encryption

The encryption configuration for job bookmarks.
@return [Types::JobBookmarksEncryption]

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

Constants

SENSITIVE