Modifies 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.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_endpoint_connection_notification/ for full documentation.
ec2_modify_vpc_endpoint_connection_notification(
DryRun = NULL,
ConnectionNotificationId,
ConnectionNotificationArn = NULL,
ConnectionEvents = 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
.
[required] The ID of the notification.
The ARN for the SNS topic for the notification.
The events for the endpoint. Valid values are Accept
, Connect
,
Delete
, and Reject
.