Skip to content

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.

GroupIdRequired

GroupId interface{}
  • Type: interface{}

Property groupId: The id of the Group.


StageNameRequired

StageName interface{}
  • Type: interface{}

Property stageName: The name of the Stage.


VariablesRequired

Variables interface{}
  • Type: interface{}

Property variables: Variables in the stage, key-value pairs.