networkmanager_get_network_resource_counts {paws.networking} | R Documentation |
Gets the count of network resources, by resource type, for the specified global network
Description
Gets the count of network resources, by resource type, for the specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_network_resource_counts/ for full documentation.
Usage
networkmanager_get_network_resource_counts(
GlobalNetworkId,
ResourceType = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
GlobalNetworkId |
[required] The ID of the global network. |
ResourceType |
The resource type. The following are the supported resource types for Direct Connect:
The following are the supported resource types for Network Manager:
The following are the supported resource types for Amazon VPC:
|
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next page of results. |