EnvironmentProps
Properties for defining a Environment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-environment
Initializer
import com.aliyun.ros.cdk.apig.EnvironmentProps;
EnvironmentProps.builder()
.environmentName(java.lang.String)
.environmentName(IResolvable)
.gatewayId(java.lang.String)
.gatewayId(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
environmentName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property environmentName: The name of the environment. |
gatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property gatewayId: Gateway id. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: Description of the environment, which can include information such as the purpose of the environment and its owner. |
environmentName
Required
public java.lang.Object getEnvironmentName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property environmentName: The name of the environment.
gatewayId
Required
public java.lang.Object getGatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property gatewayId: Gateway id.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.