class Aws::S3Control::Types::StorageLensDataExportEncryption

A container for the encryption of the S3 Storage Lens metrics exports.

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

data as a hash:

    {
      sses3: {
      },
      ssekms: {
        key_id: "SSEKMSKeyId", # required
      },
    }

@!attribute [rw] sses3

@return [Types::SSES3]

@!attribute [rw] ssekms

@return [Types::SSEKMS]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensDataExportEncryption AWS API Documentation

Constants

SENSITIVE