TrafficControlBindingProps
Properties for defining a TrafficControlBinding.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-trafficcontrolbinding
Initializer
import { TrafficControlBindingProps } from '@alicloud/ros-cdk-apigateway'
const trafficControlBindingProps: TrafficControlBindingProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
apiIds |
any[] | @alicloud/ros-cdk-core.IResolvable |
Property apiIds: APIs to bind with the traffic control. |
groupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupId: The id of group. |
stageName |
string | @alicloud/ros-cdk-core.IResolvable |
Property stageName: Bind traffic in this stage. |
trafficControlId |
string | @alicloud/ros-cdk-core.IResolvable |
Property trafficControlId: The id of traffic control. |
apiIdsRequired
public readonly apiIds: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property apiIds: APIs to bind with the traffic control.
groupIdRequired
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The id of group.
stageNameRequired
public readonly stageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stageName: Bind traffic in this stage.
trafficControlIdRequired
public readonly trafficControlId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trafficControlId: The id of traffic control.