Values.AttachedPolicySourceContains information about an attached policy. An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the ListAttachedGroupPolicies, ListAttachedRolePolicies, ListAttachedUserPolicies, and GetAccountAuthorizationDetails operations. For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.
type nonrec t = {policyName : PolicyNameType.t option;The friendly name of the attached policy.
*)policyArn : ArnType.t option;}