Skip to content

RosRouteTableProps

Properties for defining a RosRouteTable.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosRouteTableProps {
    VpcId: interface{},
    Description: interface{},
    RouteTableName: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosRouteTable.TagsProperty,
}

Properties

Name Type Description
VpcId interface{} No description.
Description interface{} No description.
RouteTableName interface{} No description.
Tags *[]TagsProperty No description.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

RouteTableNameOptional

RouteTableName interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty