DeploymentProps
Properties for defining a Deployment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-deployment
Initializer
import { DeploymentProps } from '@alicloud/ros-cdk-apigateway'
const deploymentProps: DeploymentProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
apiId |
string | @alicloud/ros-cdk-core.IResolvable |
Property apiId: The id of the API. |
groupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupId: The id of the Group. |
stageName |
string | @alicloud/ros-cdk-core.IResolvable |
Property stageName: Bind traffic in this stage. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Description of the deployment, less than 180 characters. |
historyVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property historyVersion: The history version. |
apiIdRequired
public readonly apiId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property apiId: The id of the API.
groupIdRequired
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The id of the Group.
stageNameRequired
public readonly stageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stageName: Bind traffic in this stage.
descriptionOptional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Description of the deployment, less than 180 characters.
historyVersionOptional
public readonly historyVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property historyVersion: The history version.