RosEnvironmentProps
Properties for defining a RosEnvironment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-environment
Initializer
import com.aliyun.ros.cdk.apig.RosEnvironmentProps;
RosEnvironmentProps.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 |
No description. |
gatewayId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
environmentNameRequired
public java.lang.Object getEnvironmentName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
gatewayIdRequired
public java.lang.Object getGatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
descriptionOptional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable