class Aws::DataExchange::Types::ExportServerSideEncryption
Encryption configuration of the export job. Includes the encryption type as well as the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption type.
@note When making an API call, you may pass ExportServerSideEncryption
data as a hash: { kms_key_arn: "__string", type: "aws:kms", # required, accepts aws:kms, AES256 }
@!attribute [rw] kms_key_arn
The Amazon Resource Name (ARN) of the the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type. @return [String]
@!attribute [rw] type
The type of server side encryption used for encrypting the objects in Amazon S3. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ExportServerSideEncryption AWS API Documentation
Constants
- SENSITIVE