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. |
apiIds
Required
public readonly apiIds: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property apiIds: APIs to bind with the traffic control.
groupId
Required
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The id of group.
stageName
Required
public readonly stageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stageName: Bind traffic in this stage.
trafficControlId
Required
public readonly trafficControlId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trafficControlId: The id of traffic control.