DeploymentProps
Properties for defining a Deployment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-deployment
Initializer
import ros_cdk_apigateway
ros_cdk_apigateway.DeploymentProps(
api_id: typing.Union[str, IResolvable],
group_id: typing.Union[str, IResolvable],
stage_name: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None,
history_version: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
api_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property apiId: The id of the API. |
group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property groupId: The id of the Group. |
stage_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property stageName: Bind traffic in this stage. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: Description of the deployment, less than 180 characters. |
history_version |
typing.Union[str, ros_cdk_core.IResolvable] |
Property historyVersion: The history version. |
api_idRequired
api_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property apiId: The id of the API.
group_idRequired
group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property groupId: The id of the Group.
stage_nameRequired
stage_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property stageName: Bind traffic in this stage.
descriptionOptional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: Description of the deployment, less than 180 characters.
history_versionOptional
history_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property historyVersion: The history version.