Transit Gateway Route Table Propagation
A propagation enables a transit gateway route table to automatically learn routes from an attachment (VPC, VPN, Direct Connect gateway, peering, or Connect). When propagation is enabled, routes from that attachment appear in the route table.
Official API documentation: GetTransitGatewayRouteTablePropagations
Terraform Mappings:
aws_ec2_transit_gateway_route_table_propagation.id
Supported Methodsβ
GET: Get by composite IDTransitGatewayRouteTableId|TransitGatewayAttachmentIdLIST: List all route table propagations (across all route tables in the scope)SEARCH: Search byTransitGatewayRouteTableIdto list all propagations for that route table (used by the route tableβs link to propagations)
Possible Linksβ
ec2-transit-gateway-route-tableβ
The route table that is propagating routes from the attachment.
ec2-transit-gateway-route-table-associationβ
The route table association for the same route table and attachment (same composite ID). Links propagation and association in the graph.
ec2-transit-gateway-attachmentβ
The attachment whose routes are being propagated into the route table.
ec2-vpcβ
When the attachment resource type is VPC, the linked VPC.
ec2-vpn-connectionβ
When the attachment resource type is VPN, the linked VPN connection.
directconnect-direct-connect-gatewayβ
When the attachment resource type is Direct Connect gateway, the linked Direct Connect gateway.