Module Values.ActionSource

[Event-based policies only] Specifies an action for an event-based policy.

Sourcetype nonrec t = {
  1. name : ActionName.t;
    (*

    A descriptive name for the action.

    *)
  2. crossRegionCopy : CrossRegionCopyActionList.t;
    (*

    The rule for copying shared snapshots across Regions.

    *)
}
Sourceval context_ : string
Sourceval make : name:ActionName.t -> crossRegionCopy:CrossRegionCopyActionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] list | `String of ActionName.t ]) 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