Values.EventSourceSource[Event-based policies only] Specifies an event that activates an event-based policy.
type nonrec t = {type_ : EventSourceValues.t;The source of the event. Currently only managed CloudWatch Events rules are supported.
*)parameters : EventParameters.t option;Information about the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of AwsAccountId.t ] list
| `String of DescriptionRegex.t ])
list ])
list ]