DeploymentProps
Properties for defining a Deployment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-deployment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.DeploymentProps {
ApiId: interface{},
GroupId: interface{},
StageName: interface{},
Description: interface{},
HistoryVersion: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ApiId | interface{} | Property apiId: The id of the API. |
GroupId | interface{} | Property groupId: The id of the Group. |
StageName | interface{} | Property stageName: Bind traffic in this stage. |
Description | interface{} | Property description: Description of the deployment, less than 180 characters. |
HistoryVersion | interface{} | Property historyVersion: The history version. |
ApiIdRequired
ApiId interface{}
- Type: interface{}
Property apiId: The id of the API.
GroupIdRequired
GroupId interface{}
- Type: interface{}
Property groupId: The id of the Group.
StageNameRequired
StageName interface{}
- Type: interface{}
Property stageName: Bind traffic in this stage.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: Description of the deployment, less than 180 characters.
HistoryVersionOptional
HistoryVersion interface{}
- Type: interface{}
Property historyVersion: The history version.