aws.networkmanager.get_transit_gateway_registrations
Example SQL Queries
SELECT * FROMaws.networkmanager.get_transit_gateway_registrationsWHERE"global_network_id" = 'VALUE';Description
Gets information about the transit gateway registrations in a specified global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| transit_gateway_arns Input Column The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10. | VARCHAR[] |
Show child fields
| |
| _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
| |
| state The state of the transit gateway registration. | STRUCT( |
Show child fields
| |
| transit_gateway_arn The Amazon Resource Name (ARN) of the transit gateway. | VARCHAR |