Values.JobRunExecutionIamPolicySourceOptional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.
type nonrec t = {policy : PolicyDocument.t option;An IAM inline policy to use as an execution IAM policy.
*)policyArns : PolicyArnList.t option;A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Arn.t ] list
| `String of PolicyDocument.t ])
list ]