Lists the associations between a service network and a resource configuration
Source:R/vpclattice_operations.R
vpclattice_list_service_network_resource_associations.RdLists 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(
serviceNetworkIdentifier = NULL,
resourceConfigurationIdentifier = NULL,
maxResults = NULL,
nextToken = NULL,
includeChildren = NULL
)Arguments
- serviceNetworkIdentifier
The ID of the service network.
- resourceConfigurationIdentifier
The ID of the resource configuration.
- maxResults
The maximum page size.
- nextToken
If there are additional results, a pagination token for the next page of results.
- includeChildren
Include service network resource associations of the child resource configuration with the grouped resource configuration.
The type is boolean and the default value is false.