Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

DescribeVpcEndpointConnections - Amazon Elastic Compute Cloud
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

DescribeVpcEndpointConnections

Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

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

Filter.N

The filters.

  • ip-address-type - The IP address type (ipv4 | ipv6).

  • service-id - The ID of the service.

  • vpc-endpoint-owner - The ID of the AWS account ID that owns the endpoint.

  • vpc-endpoint-region - The Region of the endpoint or cross-region to find endpoints for other Regions.

  • vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending | available | deleting | deleted | rejected | failed).

  • vpc-endpoint-id - The ID of the endpoint.

Type: Array of Filter objects

Required: No

MaxResults

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

Type: Integer

Required: No

NextToken

The token to retrieve the next page of results.

Type: String

Required: No

Response Elements

The following elements are returned by the service.

nextToken

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

requestId

The ID of the request.

Type: String

vpcEndpointConnectionSet

Information about the VPC endpoint connections.

Type: Array of VpcEndpointConnection objects

Errors

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

Examples

Example

This example describes all of the VPC endpoint connections for all of your services.

Sample Request

https://ec2.amazonaws.com/?Action=DescribeVpcEndpointConnections &AUTHPARAMS

Sample Response

<DescribeVpcEndpointConnectionsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>ed2d237f-426b-4927-981b-980example</requestId> <vpcEndpointConnectionSet> <item> <vpcEndpointOwner>123456789012</vpcEndpointOwner> <creationTimestamp>2017-10-19T12:36:10.939Z</creationTimestamp> <vpcEndpointState>available</vpcEndpointState> <serviceId>vpce-svc-0127881c0d25a3123</serviceId> <vpcEndpointId>vpce-09bce00dc3edcc329</vpcEndpointId> </item> <item> <vpcEndpointOwner>112233445566</vpcEndpointOwner> <creationTimestamp>2017-10-18T12:14:41.892Z</creationTimestamp> <vpcEndpointState>rejected</vpcEndpointState> <serviceId>vpce-svc-0435c4480f65e3abc</serviceId> <vpcEndpointId>vpce-051a4ba136c8a12d8</vpcEndpointId> </item> <item> <vpcEndpointOwner>123123123123</vpcEndpointOwner> <creationTimestamp>2017-10-18T13:25:07.739Z</creationTimestamp> <vpcEndpointState>pendingAcceptance</vpcEndpointState> <serviceId>vpce-svc-01f406f3e99f8a123</serviceId> <vpcEndpointId>vpce-09593ee8e85835659</vpcEndpointId> </item> </vpcEndpointConnectionSet> </DescribeVpcEndpointConnectionsResponse>

See Also

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

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.