AcceptVpcEndpointConnections
Accepts 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 isUnauthorizedOperation
.Type: Boolean
Required: No
- ServiceId
-
The ID of the VPC endpoint service.
Type: String
Required: Yes
- VpcEndpointId.N
-
The IDs of the interface 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 interface endpoints that were not accepted, 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 accepts the request for interface endpoint
vpce-0c1308d7312217123
to connect to your service
vpce-svc-abc5ebb7d9579a2b3
.
Sample Request
https://ec2.amazonaws.com/?Action=AcceptVpcEndpointConnections
&ServiceId=vpce-svc-abc5ebb7d9579a2b3
&VpcEndpointId.1=vpce-0c1308d7312217123
&AUTHPARAMS
Sample Response
<AcceptVpcEndpointConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>986a2264-8a40-4da8-8f11-e8aaexample</requestId>
<unsuccessful/>
</AcceptVpcEndpointConnectionsResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: