Values.StaticPolicyDefinitionItemSourceA 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.
type nonrec t = {description : StaticPolicyDescription.t option;A description of the static policy.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of StaticPolicyDescription.t ]) list ]