vpclattice_list_resource_endpoint_associations {paws.networking} | R Documentation |
Lists the associations for the specified VPC endpoint
Description
Lists 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(
maxResults = NULL,
nextToken = NULL,
resourceConfigurationIdentifier,
resourceEndpointAssociationIdentifier = NULL,
vpcEndpointId = NULL,
vpcEndpointOwner = NULL
)
Arguments
maxResults |
The maximum page size. |
nextToken |
A pagination token for the next page of results. |
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. |
[Package paws.networking version 0.9.0 Index]