本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWS.Networking.Route
您可以定义一个路由节点,该节点将目标路由与NAT网关关联为目标资源,并将该路由添加到关联的路由表中。
语法
tosca.nodes.AWS.Networking.Route:
properties:
dest_cidr_blocks: List
requirements:
nat_gateway: String
route_table: String
属性
-
dest_cidr_blocks
-
IPv4通往目标资源的目的地路由列表。
必需:是
类型:列表
成员类型:字符串
属性
-
nat_gateway
-
AWS.Networking。 NATGateway节点引用。
必需:是
类型:字符串
-
route_table
-
AWS.Networking。 RouteTable节点引用。
必需:是
类型:字符串
示例
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