Skip to content

RosRouteProps

Properties for defining a RosRoute.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-route

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosRouteProps {
    Backend: interface{},
    EnvironmentInfo: interface{},
    HttpApiId: interface{},
    Match: interface{},
    RouteName: interface{},
    Description: interface{},
    DomainIds: interface{},
    DomainInfos: interface{},
}

Properties

Name Type Description
Backend interface{} No description.
EnvironmentInfo interface{} No description.
HttpApiId interface{} No description.
Match interface{} No description.
RouteName interface{} No description.
Description interface{} No description.
DomainIds interface{} No description.
DomainInfos interface{} No description.

BackendRequired

Backend interface{}
  • Type: interface{}

EnvironmentInfoRequired

EnvironmentInfo interface{}
  • Type: interface{}

HttpApiIdRequired

HttpApiId interface{}
  • Type: interface{}

MatchRequired

Match interface{}
  • Type: interface{}

RouteNameRequired

RouteName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DomainIdsOptional

DomainIds interface{}
  • Type: interface{}

DomainInfosOptional

DomainInfos interface{}
  • Type: interface{}