Lists the associations for the specified VPC endpoint
Source:R/vpclattice_operations.R
vpclattice_list_resource_endpoint_associations.RdLists the associations for the specified VPC endpoint.
See https://www.paws-r-sdk.com/docs/vpclattice_list_resource_endpoint_associations/ for full documentation.
Usage
vpclattice_list_resource_endpoint_associations(
resourceConfigurationIdentifier,
resourceEndpointAssociationIdentifier = NULL,
vpcEndpointId = NULL,
vpcEndpointOwner = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- resourceConfigurationIdentifier
[required] The ID for the resource configuration associated with the VPC endpoint.
- resourceEndpointAssociationIdentifier
The ID of the association.
- vpcEndpointId
The ID of the VPC endpoint in the association.
- vpcEndpointOwner
The owner of the VPC endpoint in the association.
- maxResults
The maximum page size.
- nextToken
A pagination token for the next page of results.