ec2_create_vpc_endpoint_connection_notification {paws.compute} | R Documentation |
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 Create a Topic in the Amazon Simple Notification Service 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
)
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 |
ServiceId |
The ID of the endpoint service. |
VpcEndpointId |
The ID of the endpoint. |
ConnectionNotificationArn |
[required] The ARN of the SNS topic for the notifications. |
ConnectionEvents |
[required] The endpoint events for which to receive notifications. Valid values are
|
ClientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency. |