Get Network Resource Counts
| networkmanager_get_network_resource_counts | 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.
Usage¶
Arguments¶
GlobalNetworkId[required] The ID of the global network.
ResourceTypeThe resource type.
The following are the supported resource types for Direct Connect:
dxcondx-gatewaydx-vif
The following are the supported resource types for Network Manager:
attachmentconnect-peerconnectioncore-networkdevicelinkpeeringsite
The following are the supported resource types for Amazon VPC:
customer-gatewaytransit-gatewaytransit-gateway-attachmenttransit-gateway-connect-peertransit-gateway-route-tablevpn-connection
MaxResultsThe maximum number of results to return.
NextTokenThe token for the next page of results.
Value¶
A list with the following syntax:
list(
NetworkResourceCounts = list(
list(
ResourceType = "string",
Count = 123
)
),
NextToken = "string"
)