Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint
Source:R/ec2_operations.R
ec2_describe_vpc_endpoint_associations.RdDescribes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.
See https://www.paws-r-sdk.com/docs/ec2_describe_vpc_endpoint_associations/ for full documentation.
Usage
ec2_describe_vpc_endpoint_associations(
DryRun = NULL,
VpcEndpointIds = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- 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.- VpcEndpointIds
The IDs of the VPC endpoints.
- Filters
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 returnsPENDINGorFAILED.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.
- MaxResults
The maximum page size.
- NextToken
The pagination token.