Values.StaticPolicyDefinitionDetailSourceA structure that contains details about a static policy. It includes the description and policy body. 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.
*)statement : PolicyStatement.t option;The content of the static policy written in the Cedar policy language.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of StaticPolicyDescription.t ]) list ]