Values.IamActionDefinitionSourceThe Identity and Access Management (IAM) action definition details.
type nonrec t = {policyArn : PolicyArn.t;The Amazon Resource Name (ARN) of the policy to be attached.
*)roles : Roles.t option;A list of roles to be attached. There must be at least one role.
*)groups : Groups.t option;A list of groups to be attached. There must be at least one group.
*)users : Users.t option;A list of users to be attached. There must be at least one user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Role.t ] list | `String of PolicyArn.t ])
list ]