Skip to content

RosRouteProps

Properties for defining a RosRoute.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-route

Initializer

import ros_cdk_ecs
ros_cdk_ecs.RosRouteProps(
  destination_cidr_block: typing.Union[str, IResolvable],
  route_table_id: typing.Union[str, IResolvable],
  next_hop_id: typing.Union[str, IResolvable] = None,
  next_hop_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, NextHopListProperty]]] = None,
  next_hop_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
destination_cidr_block typing.Union[str, ros_cdk_core.IResolvable] No description.
route_table_id typing.Union[str, ros_cdk_core.IResolvable] No description.
next_hop_id typing.Union[str, ros_cdk_core.IResolvable] No description.
next_hop_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, NextHopListProperty]]] No description.
next_hop_type typing.Union[str, ros_cdk_core.IResolvable] No description.

destination_cidr_blockRequired

destination_cidr_block: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

route_table_idRequired

route_table_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

next_hop_idOptional

next_hop_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

next_hop_listOptional

next_hop_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, NextHopListProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, NextHopListProperty]]]

next_hop_typeOptional

next_hop_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]