aws.networkmanager.get_network_telemetry
Example SQL Queries
SELECT * FROMaws.networkmanager.get_network_telemetryWHERE"global_network_id" = 'VALUE';Description
Gets the network telemetry of 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 gateway. | VARCHAR |
| resource_arn Input Column The ARN of the resource. | 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
| |
| address The address. | VARCHAR |
| health The connection health. | STRUCT( |
Show child fields
| |
| resource_id The ID of the resource. | VARCHAR |