Skip to content

ChildInstanceRouteEntryToAttachmentProps

Properties for defining a ChildInstanceRouteEntryToAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment

Initializer

import ros_cdk_cen
ros_cdk_cen.ChildInstanceRouteEntryToAttachmentProps(
  cen_id: typing.Union[str, IResolvable],
  destination_cidr_block: typing.Union[str, IResolvable],
  route_table_id: typing.Union[str, IResolvable],
  transit_router_attachment_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
cen_id typing.Union[str, ros_cdk_core.IResolvable] Property cenId: The ID of the CEN instance.
destination_cidr_block typing.Union[str, ros_cdk_core.IResolvable] Property destinationCidrBlock: The destination CIDR block of the route.
route_table_id typing.Union[str, ros_cdk_core.IResolvable] Property routeTableId: The ID of the route table configured on the network instance.
transit_router_attachment_id typing.Union[str, ros_cdk_core.IResolvable] Property transitRouterAttachmentId: The ID of the network instance connection.

cen_idRequired

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

Property cenId: The ID of the CEN instance.


destination_cidr_blockRequired

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

Property destinationCidrBlock: The destination CIDR block of the route.


route_table_idRequired

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

Property routeTableId: The ID of the route table configured on the network instance.


transit_router_attachment_idRequired

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

Property transitRouterAttachmentId: The ID of the network instance connection.