Skip to content

RouteTableAssociationProps

Properties for defining a RouteTableAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routetableassociation

Initializer

import { RouteTableAssociationProps } from '@alicloud/ros-cdk-vpc'
const routeTableAssociationProps: RouteTableAssociationProps = { ... }

Properties

Name Type Description
routeTableId string | @alicloud/ros-cdk-core.IResolvable Property routeTableId: The ID of the route table.
vSwitchId string | @alicloud/ros-cdk-core.IResolvable Property vSwitchId: The ID of the VSwitch.

routeTableIdRequired

public readonly routeTableId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property routeTableId: The ID of the route table.


vSwitchIdRequired

public readonly vSwitchId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vSwitchId: The ID of the VSwitch.