aws.networkmanager.list_core_networks
Example SQL Queries
SELECT * FROMaws.networkmanager.list_core_networks;Description
Returns a list of owned and shared core networks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| core_network_arn a core network ARN. | VARCHAR |
| core_network_id The ID of a core network. | VARCHAR |
| description The description of a core network. | VARCHAR |
| global_network_id The global network ID. | VARCHAR |
| owner_account_id The ID of the account owner. | VARCHAR |
| state The state of a core network. | VARCHAR |
| tags The key-value tags associated with a core network summary. | STRUCT( |
Show child fields
| |