Skip to content

RosStageConfigProps

Properties for defining a RosStageConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosStageConfigProps {
    GroupId: interface{},
    StageName: interface{},
    Variables: interface{},
}

Properties

Name Type Description
GroupId interface{} No description.
StageName interface{} No description.
Variables interface{} No description.

GroupIdRequired

GroupId interface{}
  • Type: interface{}

StageNameRequired

StageName interface{}
  • Type: interface{}

VariablesRequired

Variables interface{}
  • Type: interface{}