aws.networkmanager.get_network_resources
Example SQL Queries
SELECT * FROMaws.networkmanager.get_network_resourcesWHERE"global_network_id" = 'VALUE';Description
Describes the network resources for the specified global network.
The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| account_id Input Column The Amazon Web Services account ID. | VARCHAR |
| aws_region Input Column The Amazon Web Services Region. | VARCHAR |
| core_network_id Input Column The ID of a core network. | VARCHAR |
| registered_gateway_arn Input Column The ARN of the gateway. | VARCHAR |
| resource_arn Input Column The ARN of the resource. | VARCHAR |
| resource_type Input Column 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:
| 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
| |
| definition Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call. | VARCHAR |
| definition_timestamp The time that the resource definition was retrieved. | TIMESTAMP_S |
| metadata The resource metadata. | MAP(VARCHAR, VARCHAR) |
| resource_id The ID of the resource. | VARCHAR |
| tags The tags. | STRUCT( |
Show child fields
| |