Values.CrossRegionCopyRuleSource[Custom snapshot and AMI policies only] Specifies a cross-Region copy rule for a snapshot and AMI policies. To specify a cross-Region copy action for event-based polices, use CrossRegionCopyAction.
type nonrec t = {targetRegion : TargetRegion.t option;Use this parameter for AMI policies only. For snapshot policies, use Target instead. For snapshot policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies. [Custom AMI policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
*)target : Target.t option;Use this parameter for snapshot policies only. For AMI policies, use TargetRegion instead. [Custom snapshot policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
*)encrypted : Encrypted.t;To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if 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.
*)copyTags : CopyTagsNullable.t option;Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.
*)retainRule : CrossRegionCopyRetainRule.t option;The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.
*)deprecateRule : CrossRegionCopyDeprecateRule.t option;[Custom AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
*)}val make :
?targetRegion:??? ->
?target:??? ->
?cmkArn:??? ->
?copyTags:??? ->
?retainRule:??? ->
?deprecateRule:??? ->
encrypted:Encrypted.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Encrypted.t
| `String of TargetRegion.t
| `Structure of
(string * [> `Enum of string | `Integer of Interval.t ]) list ])
list ]