Create VPC Endpoint Connection Notification
GET {{aws_ec2_base_url}}/?ClientToken&ConnectionEvents.N&ConnectionNotificationArn&DryRun&ServiceId&VpcEndpointId&Action=CreateVpcEndpointConnectionNotification
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientToken | null | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency. | |
ConnectionEvents.N | null | One or more endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject. | |
ConnectionNotificationArn | null | The ARN of the SNS topic for the notifications. | |
DryRun | 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. | |
ServiceId | null | The ID of the endpoint service. | |
VpcEndpointId | null | The ID of the endpoint. | |
Action | string |