Skip to main content

transit_gateway_route_table_attachments_list_only

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

Overview

Nametransit_gateway_route_table_attachments_list_only
TypeResource
DescriptionAWS::NetworkManager::TransitGatewayRouteTableAttachment Resource Type definition.
Idaws.networkmanager.transit_gateway_route_table_attachments_list_only

Fields

NameDatatypeDescription
peering_idstringThe Id of peering between transit gateway and core network.
transit_gateway_route_table_arnstringThe Arn of transit gateway route table.
core_network_idstringThe ID of a core network where you're creating a site-to-site VPN attachment.
core_network_arnstringThe ARN of a core network for the VPC attachment.
attachment_idstringThe ID of the attachment.
owner_account_idstringOwner account of the attachment.
attachment_typestringThe type of attachment.
statestringThe state of the attachment.
edge_locationstringThe Region where the edge is located.
resource_arnstringThe ARN of the Resource.
attachment_policy_rule_numberintegerThe policy rule number associated with the attachment.
segment_namestringThe name of the segment that attachment is in.
proposed_segment_changeobjectThe attachment to move from one segment to another.
created_atstringCreation time of the attachment.
updated_atstringLast update time of the attachment.
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_route_table_attachments in a region.

SELECT
region,
attachment_id
FROM aws.networkmanager.transit_gateway_route_table_attachments_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the transit_gateway_route_table_attachments_list_only resource, see transit_gateway_route_table_attachments