Method: Aws::DLM::Types::EncryptionConfiguration#encrypted
- Defined in:
- lib/aws-sdk-dlm/types.rb
#encrypted ⇒ Boolean
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.
561 562 563 564 565 566 |
# File 'lib/aws-sdk-dlm/types.rb', line 561 class EncryptionConfiguration < Struct.new( :encrypted, :cmk_arn) SENSITIVE = [] include Aws::Structure end |