StageConfigProps
Properties for defining a StageConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig
Initializer
import com.aliyun.ros.cdk.apigateway.StageConfigProps;
StageConfigProps.builder()
.groupId(java.lang.String)
.groupId(IResolvable)
.stageName(java.lang.String)
.stageName(IResolvable)
.variables(IResolvable)
.variables(java.util.Map<java.lang.String, java.lang.Object>)
.build();
Properties
Name | Type | Description |
---|---|---|
groupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupId: The id of the Group. |
stageName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property stageName: The name of the Stage. |
variables |
com.aliyun.ros.cdk.core.IResolvable OR java.util.Map |
Property variables: Variables in the stage, key-value pairs. |
groupId
Required
public java.lang.Object getGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupId: The id of the Group.
stageName
Required
public java.lang.Object getStageName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property stageName: The name of the Stage.
variables
Required
public java.lang.Object getVariables();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map
Property variables: Variables in the stage, key-value pairs.