transit_gateway_peerings_list_only
Lists transit_gateway_peerings
in a region or regions, for all properties use transit_gateway_peerings
Overview
Name | transit_gateway_peerings_list_only |
Type | Resource |
Description | AWS::NetworkManager::TransitGatewayPeering Resoruce Type. |
Id | aws.networkmanager.transit_gateway_peerings_list_only |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | The Id of the core network that you want to peer a transit gateway to. |
core_network_arn | string | The ARN (Amazon Resource Name) of the core network that you want to peer a transit gateway to. |
transit_gateway_arn | string | The ARN (Amazon Resource Name) of the transit gateway that you will peer to a core network |
transit_gateway_peering_attachment_id | string | The ID of the TransitGatewayPeeringAttachment |
peering_id | string | The Id of the transit gateway peering |
state | string | The state of the transit gateway peering |
edge_location | string | The location of the transit gateway peering |
resource_arn | string | The ARN (Amazon Resource Name) of the resource that you will peer to a core network |
owner_account_id | string | Peering owner account Id |
peering_type | string | Peering type (TransitGatewayPeering) |
created_at | string | The creation time of the transit gateway peering |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all transit_gateway_peerings
in a region.
SELECT
region,
peering_id
FROM aws.networkmanager.transit_gateway_peerings_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transit_gateway_peerings_list_only
resource, see transit_gateway_peerings