Values_5.DescribeVpcEndpointConnectionNotificationsRequestSourceDescribes the connection notifications for VPC endpoints and VPC endpoint services.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)connectionNotificationId : Values_3.ConnectionNotificationId.t option;The ID of the notification.
*)filters : Values_3.FilterList.t option;The filters. connection-notification-arn - The ARN of the SNS topic for the notification. connection-notification-id - The ID of the notification. connection-notification-state - The state of the notification (Enabled | Disabled). connection-notification-type - The type of notification (Topic). service-id - The ID of the endpoint service. vpc-endpoint-id - The ID of the VPC endpoint.
*)maxResults : Values_0.Integer.t option;The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.
*)nextToken : Values_0.String_.t option;The token to request the next page of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_3.ConnectionNotificationId.t ])
list ]