transit_gateway_registrations
Retrieves a list of transit_gateway_registrations
in a region
Overview
Name | transit_gateway_registrations |
Type | Resource |
Description | transit_gateway_registrations |
Id | awscc.networkmanager.transit_gateway_registrations |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
global_network_id,
transit_gateway_arn
FROM awscc.networkmanager.transit_gateway_registrations
WHERE region = 'us-east-1'
Permissions
To operate on the transit_gateway_registrations
resource, the following permissions are required:
Create
networkmanager:RegisterTransitGateway,
networkmanager:GetTransitGatewayRegistrations
List
networkmanager:GetTransitGatewayRegistrations