Skip to content

TrafficControlBindingProps

Properties for defining a TrafficControlBinding.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-trafficcontrolbinding

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.TrafficControlBindingProps {
    ApiIds: interface{},
    GroupId: interface{},
    StageName: interface{},
    TrafficControlId: interface{},
}

Properties

Name Type Description
ApiIds interface{} Property apiIds: APIs to bind with the traffic control.
GroupId interface{} Property groupId: The id of group.
StageName interface{} Property stageName: Bind traffic in this stage.
TrafficControlId interface{} Property trafficControlId: The id of traffic control.

ApiIdsRequired

ApiIds interface{}
  • Type: interface{}

Property apiIds: APIs to bind with the traffic control.


GroupIdRequired

GroupId interface{}
  • Type: interface{}

Property groupId: The id of group.


StageNameRequired

StageName interface{}
  • Type: interface{}

Property stageName: Bind traffic in this stage.


TrafficControlIdRequired

TrafficControlId interface{}
  • Type: interface{}

Property trafficControlId: The id of traffic control.