aws.networkmanager.get_network_resource_relationships
Example SQL Queries
SELECT * FROMaws.networkmanager.get_network_resource_relationshipsWHERE"global_network_id" = 'VALUE';Description
Gets the network resource relationships 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 |
| 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 registered gateway. | VARCHAR |
| resource_arn Input Column The ARN of the gateway. | 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
| |
| from The ARN of the resource. | VARCHAR |
| to The ARN of the resource. | VARCHAR |