Skip to content

PeerVpcCidrTableListProperty

Initializer

import ros_cdk_cloudfw
ros_cdk_cloudfw.RosVpcFirewallConfigure.PeerVpcCidrTableListProperty(
  route_table_id: typing.Union[str, IResolvable],
  route_entry_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PeerVpcCidrTableListRouteEntryListProperty]]] = None
)

Properties

Name Type Description
route_table_id typing.Union[str, ros_cdk_core.IResolvable] No description.
route_entry_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PeerVpcCidrTableListRouteEntryListProperty]]] No description.

route_table_idRequired

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

route_entry_listOptional

route_entry_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PeerVpcCidrTableListRouteEntryListProperty]]]