Values.DefinitionSourceSpecifies all of the type-specific parameters.
type nonrec t = {iamActionDefinition : IamActionDefinition.t option;The Identity and Access Management (IAM) action definition details.
*)scpActionDefinition : ScpActionDefinition.t option;The service control policies (SCPs) action definition details.
*)ssmActionDefinition : SsmActionDefinition.t option;The Amazon Web Services Systems Manager (SSM) action definition details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Role.t ] list
| `String of PolicyArn.t ])
list ])
list ]