class Aws::DLM::Types::EncryptionConfiguration

Specifies the encryption settings for shared snapshots that are copied across Regions.

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

data as a hash:

    {
      encrypted: false, # required
      cmk_arn: "CmkArn",
    }

@!attribute [rw] encrypted

To encrypt a copy of an unencrypted snapshot when encryption by
default is not enabled, enable encryption using this parameter.
Copies of encrypted snapshots are encrypted, even if this parameter
is false or when encryption by default is not enabled.
@return [Boolean]

@!attribute [rw] cmk_arn

The Amazon Resource Name (ARN) of the KMS key to use for EBS
encryption. If this parameter is not specified, the default KMS key
for the account is used.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/EncryptionConfiguration AWS API Documentation

Constants

SENSITIVE