Values.CrossRegionCopyActionSource[Event-based policies only] Specifies a cross-Region copy action for event-based policies. To specify a cross-Region copy rule for snapshot and AMI policies, use CrossRegionCopyRule.
type nonrec t = {target : Target.t;The target Region.
*)encryptionConfiguration : EncryptionConfiguration.t;The encryption settings for the copied snapshot.
*)retainRule : CrossRegionCopyRetainRule.t option;}val make :
?retainRule:??? ->
target:Target.t ->
encryptionConfiguration:EncryptionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Target.t
| `Structure of
(string
* [> `Boolean of Encrypted.t
| `Enum of string
| `Integer of Interval.t
| `String of CmkArn.t ])
list ])
list ]