Values_2.ConnectionNotificationSourceDescribes a connection notification for a VPC endpoint or VPC endpoint service.
type nonrec t = {connectionNotificationId : Values_0.String_.t option;The ID of the notification.
*)serviceId : Values_0.String_.t option;The ID of the endpoint service.
*)vpcEndpointId : Values_0.String_.t option;The ID of the VPC endpoint.
*)connectionNotificationType : Values_1.ConnectionNotificationType.t option;The type of notification.
*)connectionNotificationArn : Values_0.String_.t option;The ARN of the SNS topic for the notification.
*)connectionEvents : Values_0.ValueStringList.t option;The events for the notification. Valid values are Accept, Connect, Delete, and Reject.
*)connectionNotificationState : Values_1.ConnectionNotificationState.t option;The state of the notification.
*)serviceRegion : Values_0.String_.t option;The Region for the endpoint service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]