Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DLM::Types::EncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb

Overview

[Event-based policies only] Specifies the encryption settings for cross-Region snapshot copies created by event-based policies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_arnString

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.

Returns:

  • (String)

561
562
563
564
565
566
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 561

class EncryptionConfiguration < Struct.new(
  :encrypted,
  :cmk_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

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.

Returns:

  • (Boolean)

561
562
563
564
565
566
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 561

class EncryptionConfiguration < Struct.new(
  :encrypted,
  :cmk_arn)
  SENSITIVE = []
  include Aws::Structure
end