Module Values.MultiRegionAccessPointPolicyDocumentSource

The Multi-Region Access Point access control policy. When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.

Sourcetype nonrec t = {
  1. established : EstablishedMultiRegionAccessPointPolicy.t option;
    (*

    The last established policy for the Multi-Region Access Point.

    *)
  2. proposed : ProposedMultiRegionAccessPointPolicy.t option;
    (*

    The proposed policy for the Multi-Region Access Point.

    *)
}
Sourceval make : ?established:??? -> ?proposed:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Policy.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