Values.ConfigurationEventSourceThe event information.
type nonrec t = {resourceGroupName : ResourceGroupName.t option;The name of the resource group of the application to which the configuration event belongs.
*)accountId : AccountId.t option;The Amazon Web Services account ID for the owner of the application to which the configuration event belongs.
*)monitoredResourceARN : ConfigurationEventMonitoredResourceARN.t option;The resource monitored by Application Insights.
*)eventStatus : ConfigurationEventStatus.t option;The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
*)eventResourceType : ConfigurationEventResourceType.t option;The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
*)eventTime : ConfigurationEventTime.t option;The timestamp of the event.
*)eventDetail : ConfigurationEventDetail.t option;The details of the event in plain text.
*)eventResourceName : ConfigurationEventResourceName.t option;The name of the resource Application Insights attempted to configure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceGroupName.t
| `Timestamp of ConfigurationEventTime.t ])
list ]