DescribeVpcEndpointAssociations
Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.
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
- Filter.N
-
The filters.
-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
Type: Array of Filter objects
Required: No
-
- MaxResults
-
The maximum page size.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- NextToken
-
The pagination token.
Type: String
Required: No
- VpcEndpointId.N
-
The IDs of the VPC endpoints.
Type: Array of strings
Required: No
Response Elements
The following elements are returned by the service.
- nextToken
-
The pagination token.
Type: String
- requestId
-
The ID of the request.
Type: String
- vpcEndpointAssociationSet
-
Details of the endpoint associations.
Type: Array of VpcEndpointAssociation objects
Errors
For information about the errors that are common to all actions, see Common client error codes.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: