View source: R/ec2_operations.R
ec2_modify_vpc_endpoint_connection_notification | R Documentation |
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
)
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 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.