transit_gateway_registrations_list_only
Lists transit_gateway_registrations in a region or regions, for all properties use transit_gateway_registrations
Overview
| Name | transit_gateway_registrations_list_only |
| Type | Resource |
| Description | The AWS::NetworkManager::TransitGatewayRegistration type registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network. |
| Id | aws.networkmanager.transit_gateway_registrations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
global_network_id | string | The ID of the global network. |
transit_gateway_arn | string | The Amazon Resource Name (ARN) of the transit gateway. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all transit_gateway_registrations in a region.
SELECT
region,
global_network_id,
transit_gateway_arn
FROM aws.networkmanager.transit_gateway_registrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transit_gateway_registrations_list_only resource, see transit_gateway_registrations