vpclattice_list_service_network_vpc_endpoint_associations {paws.networking} | R Documentation |
Lists the associations between a service network and a VPC endpoint
Description
Lists the associations between a service network and a VPC endpoint.
See https://www.paws-r-sdk.com/docs/vpclattice_list_service_network_vpc_endpoint_associations/ for full documentation.
Usage
vpclattice_list_service_network_vpc_endpoint_associations(
maxResults = NULL,
nextToken = NULL,
serviceNetworkIdentifier
)
Arguments
maxResults |
The maximum page size. |
nextToken |
If there are additional results, a pagination token for the next page of results. |
serviceNetworkIdentifier |
[required] The ID of the service network associated with the VPC endpoint. |
[Package paws.networking version 0.9.0 Index]