Modifies a connection notification for VPC endpoint or VPC endpoint service
Source:R/ec2_operations.R
ec2_modify_vpc_endpoint_connection_notification.RdModifies 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.
Usage
ec2_modify_vpc_endpoint_connection_notification(
DryRun = NULL,
ConnectionNotificationId,
ConnectionNotificationArn = NULL,
ConnectionEvents = NULL
)Arguments
- DryRun
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 isUnauthorizedOperation.- ConnectionNotificationId
[required] The ID of the notification.
- ConnectionNotificationArn
The ARN for the SNS topic for the notification.
- ConnectionEvents
The events for the endpoint. Valid values are
Accept,Connect,Delete, andReject.