Values.PolicySourceContains details for a policy. Policies define what operations a team that define the permissions for team resources.
type nonrec t = {arn : UnqualifiedPolicyArn.t option;Amazon Resource Name (ARN) for the policy.
*)defaultVersion : PolicyVersionId.t option;Determines if the specified policy is the default for the team.
*)policyType : PolicyType.t option;The type of policy.
*)name : PolicyName.t option;Name of the policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PolicyVersionId.t
| `String of UnqualifiedPolicyArn.t ])
list ]