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. |
apiId
Required
public readonly apiId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property apiId: The id of the API.
groupId
Required
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The id of the Group.
stageName
Required
public readonly stageName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stageName: Bind traffic in this stage.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Description of the deployment, less than 180 characters.
historyVersion
Optional
public readonly historyVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property historyVersion: The history version.