Module Values.StaticPolicyDefinitionItemSource

A structure that contains details about a static policy. It includes the description and policy statement. This data type is used within a PolicyDefinition structure as part of a request parameter for the CreatePolicy operation.

Sourcetype nonrec t = {
  1. description : StaticPolicyDescription.t option;
    (*

    A description of the static policy.

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