aws.networkmanager.get_network_resource_counts
Example SQL Queries
SELECT * FROMaws.networkmanager.get_network_resource_countsWHERE"global_network_id" = 'VALUE';Description
Gets the count of network resources, by resource type, for the specified global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| resource_type Input Column The resource type. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| count The resource count. | BIGINT |