Creates 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.
See https://www.paws-r-sdk.com/docs/ec2_create_vpc_endpoint_connection_notification/ for full documentation.
ec2_create_vpc_endpoint_connection_notification(
DryRun = NULL,
ServiceId = NULL,
VpcEndpointId = NULL,
ConnectionNotificationArn,
ConnectionEvents,
ClientToken = NULL
)
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
.
The ID of the endpoint service.
The ID of the endpoint.
[required] The ARN of the SNS topic for the notifications.
[required] The endpoint events for which to receive notifications. Valid values are
Accept
, Connect
, Delete
, and Reject
.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.