Module Values.EstablishedMultiRegionAccessPointPolicySource

The last established access control policy for a Multi-Region Access Point. 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. policy : Policy.t option;
    (*

    The details of the last established policy.

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