aws.networkmanager.get_link_associations
Example SQL Queries
SELECT * FROMaws.networkmanager.get_link_associationsWHERE"global_network_id" = 'VALUE';Description
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| device_id Input Column The device ID for the link association. | VARCHAR |
| link_id Input Column The ID of the link. | 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
| |
| link_association_state The state of the association. | VARCHAR |