aws.networkmanager.describe_global_networks
Example SQL Queries
SELECT * FROMaws.networkmanager.describe_global_networks;Description
Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get* action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_ids Input Column The IDs of one or more global networks. The maximum is 10. | VARCHAR[] |
Show child fields
| |
| _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
| |
| created_at The date and time that the global network was created. | TIMESTAMP_S |
| description The description of the global network. | VARCHAR |
| global_network_arn The Amazon Resource Name (ARN) of the global network. | VARCHAR |
| global_network_id The ID of the global network. | VARCHAR |
| state The state of the global network. | VARCHAR |
| tags The tags for the global network. | STRUCT( |
Show child fields
| |