Module 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.

Sourcetype nonrec t = {
  1. target : Target.t;
    (*

    The target Region.

    *)
  2. encryptionConfiguration : EncryptionConfiguration.t;
    (*

    The encryption settings for the copied snapshot.

    *)
  3. retainRule : CrossRegionCopyRetainRule.t option;
}
Sourceval context_ : string
Sourceval make : ?retainRule:??? -> target:Target.t -> encryptionConfiguration:EncryptionConfiguration.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t