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