Values_0.ActiveIAMPolicyAssignmentSourceThe active Identity and Access Management (IAM) policy assignment.
type nonrec t = {assignmentName : IAMPolicyAssignmentName.t option;A name for the IAM policy assignment.
*)policyArn : Arn.t option;The Amazon Resource Name (ARN) of the resource.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of IAMPolicyAssignmentName.t ]) list ]