Skip to main content

transit_gateway_peerings_list_only

Lists transit_gateway_peerings in a region or regions, for all properties use transit_gateway_peerings

Overview

Nametransit_gateway_peerings_list_only
TypeResource
DescriptionAWS::NetworkManager::TransitGatewayPeering Resoruce Type.
Idaws.networkmanager.transit_gateway_peerings_list_only

Fields

NameDatatypeDescription
core_network_idstringThe Id of the core network that you want to peer a transit gateway to.
core_network_arnstringThe ARN (Amazon Resource Name) of the core network that you want to peer a transit gateway to.
transit_gateway_arnstringThe ARN (Amazon Resource Name) of the transit gateway that you will peer to a core network
transit_gateway_peering_attachment_idstringThe ID of the TransitGatewayPeeringAttachment
peering_idstringThe Id of the transit gateway peering
statestringThe state of the transit gateway peering
edge_locationstringThe location of the transit gateway peering
resource_arnstringThe ARN (Amazon Resource Name) of the resource that you will peer to a core network
owner_account_idstringPeering owner account Id
peering_typestringPeering type (TransitGatewayPeering)
created_atstringThe creation time of the transit gateway peering
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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