Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS.Networking.Route

Focus mode
AWS.Networking.Route - AWS Telco Network Builder

You can define a route node that associates the destination route to the NAT Gateway as the target resource, and adds the route to the associated route table.

Syntax

tosca.nodes.AWS.Networking.Route: properties: dest_cidr_blocks: List requirements: nat_gateway: String route_table: String

Properties

dest_cidr_blocks

The list of destination IPv4 routes to the target resource.

Required: Yes

Type: List

Member type: String

Properties

nat_gateway

The AWS.Networking.NATGateway node reference.

Required: Yes

Type: String

route_table

The AWS.Networking.RouteTable node reference.

Required: Yes

Type: String

Example

Free5GCRoute: type: tosca.nodes.AWS.Networking.Route properties: dest_cidr_blocks: - 0.0.0.0/0 - 10.0.0.0/28 requirements: nat_gateway: Free5GCNatGateway01 route_table: Free5GCRouteTable

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.