RejectVpcEndpointConnections - Amazon Elastic Compute Cloud
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

RejectVpcEndpointConnections

Rejects VPC endpoint connection requests to your VPC endpoint service.

Request Parameters

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.

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 is UnauthorizedOperation.

Type: Boolean

Required: No

ServiceId

The ID of the service.

Type: String

Required: Yes

VpcEndpointId.N

The IDs of the VPC endpoints.

Type: Array of strings

Required: Yes

Response Elements

The following elements are returned by the service.

requestId

The ID of the request.

Type: String

unsuccessful

Information about the endpoints that were not rejected, if applicable.

Type: Array of UnsuccessfulItem objects

Errors

For information about the errors that are common to all actions, see Common client error codes.

Examples

Example

This example rejects the request for VPC endpoint vpce-0c1308d7312217cd7 to connect to your service vpce-svc-03d5ebb7d9579a2b3.

Sample Request

https://ec2.amazonaws.com/?Action=RejectVpcEndpointConnections &ServiceId=vpce-svc-03d5ebb7d9579a2b3 &VpcEndpointId.1=vpce-0c1308d7312217cd7 &AUTHPARAMS

Sample Response

<RejectVpcEndpointConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>986a2264-8a40-4da8-8f11-e8aaexample</requestId> <unsuccessful/> </RejectVpcEndpointConnectionsResponse>

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: