Values_7.CreateVpcEndpointConnectionNotificationRequestSourceCreates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Creating an Amazon SNS topic in the Amazon SNS Developer Guide. You can create a connection notification for interface endpoints only.
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.
*)serviceId : Values_2.VpcEndpointServiceId.t option;The ID of the endpoint service.
*)vpcEndpointId : Values_1.VpcEndpointId.t option;The ID of the endpoint.
*)connectionNotificationArn : Values_0.String_.t;The ARN of the SNS topic for the notifications.
*)connectionEvents : Values_0.ValueStringList.t;The endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
*)}val make :
?dryRun:??? ->
?serviceId:??? ->
?vpcEndpointId:??? ->
?clientToken:??? ->
connectionNotificationArn:Values_0.String_.t ->
connectionEvents:Values_0.ValueStringList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of string ] list
| `String of Values_2.VpcEndpointServiceId.t ])
list ]