You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::S3Encryption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Encryption as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

#s3_encryption_modeString

The encryption mode to use for Amazon S3 data.

Possible values:

  • DISABLED
  • SSE-KMS
  • SSE-S3

Returns:

  • (String)

    The encryption mode to use for Amazon S3 data.