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. |
routeTableId
Required
public readonly routeTableId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property routeTableId: The ID of the route table.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The ID of the VSwitch.