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. |
environmentName
Required
public java.lang.Object getEnvironmentName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
gatewayId
Required
public java.lang.Object getGatewayId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable