Values.EncryptionConfigurationSource[Event-based policies only] Specifies the encryption settings for cross-Region snapshot copies created by event-based policies.
type nonrec t = {encrypted : Encrypted.t;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.
*)cmkArn : CmkArn.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Encrypted.t | `String of CmkArn.t ]) list ]