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. |
ApiId
Required
ApiId interface{}
- Type: interface{}
Property apiId: The id of the API.
GroupId
Required
GroupId interface{}
- Type: interface{}
Property groupId: The id of the Group.
StageName
Required
StageName interface{}
- Type: interface{}
Property stageName: Bind traffic in this stage.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Description of the deployment, less than 180 characters.
HistoryVersion
Optional
HistoryVersion interface{}
- Type: interface{}
Property historyVersion: The history version.