Values_4.ModifyVpcEndpointConnectionNotificationRequestSourceModifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.
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;The ID of the notification.
*)connectionNotificationArn : Values_0.String_.t option;The ARN for the SNS topic for the notification.
*)connectionEvents : Values_0.ValueStringList.t option;The events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.
*)}val make :
?dryRun:??? ->
?connectionNotificationArn:??? ->
?connectionEvents:??? ->
connectionNotificationId:Values_3.ConnectionNotificationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of string ] list
| `String of Values_3.ConnectionNotificationId.t ])
list ]