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. |
ApiIds
Required
ApiIds interface{}
- Type: interface{}
Property apiIds: APIs to bind with the traffic control.
GroupId
Required
GroupId interface{}
- Type: interface{}
Property groupId: The id of group.
StageName
Required
StageName interface{}
- Type: interface{}
Property stageName: Bind traffic in this stage.
TrafficControlId
Required
TrafficControlId interface{}
- Type: interface{}
Property trafficControlId: The id of traffic control.