Modify Vpc Endpoint Connection Notification
ec2_modify_vpc_endpoint_connection_notification | R Documentation |
Modifies a connection notification for VPC endpoint or VPC endpoint service¶
Description¶
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.
Usage¶
ec2_modify_vpc_endpoint_connection_notification(DryRun,
ConnectionNotificationId, ConnectionNotificationArn, ConnectionEvents)
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
|
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
|
Value¶
A list with the following syntax:
list(
ReturnValue = TRUE|FALSE
)
Request syntax¶
svc$modify_vpc_endpoint_connection_notification(
DryRun = TRUE|FALSE,
ConnectionNotificationId = "string",
ConnectionNotificationArn = "string",
ConnectionEvents = list(
"string"
)
)