Values.EventConfigurationItemSourceEvent configuration object for a single resource.
type nonrec t = {identifier : Identifier.t option;Resource identifier opted in for event messaging.
*)identifierType : IdentifierType.t option;Identifier type of the particular resource identifier for event configuration.
*)partnerType : EventNotificationPartnerType.t option;Partner type of the resource if the identifier type is PartnerAccountId.
*)events : EventNotificationItemConfigurations.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Identifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ]