Values.StaticPolicyDefinitionSourceContains information about a static policy. This data type is used as a field that is part of the PolicyDefinitionDetail type.
type nonrec t = {description : StaticPolicyDescription.t option;The description of the static policy.
*)statement : PolicyStatement.t;The policy content of the static policy, written in the Cedar policy language.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of StaticPolicyDescription.t ]) list ]