StageConfigProps
Properties for defining a StageConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.StageConfigProps {
GroupId: interface{},
StageName: interface{},
Variables: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupId |
interface{} |
Property groupId: The id of the Group. |
StageName |
interface{} |
Property stageName: The name of the Stage. |
Variables |
interface{} |
Property variables: Variables in the stage, key-value pairs. |
GroupId
Required
GroupId interface{}
- Type: interface{}
Property groupId: The id of the Group.
StageName
Required
StageName interface{}
- Type: interface{}
Property stageName: The name of the Stage.
Variables
Required
Variables interface{}
- Type: interface{}
Property variables: Variables in the stage, key-value pairs.