RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project
Initializer
import com.aliyun.ros.cdk.maxcompute.RosProjectProps;
RosProjectProps.builder()
.name(java.lang.String)
.name(IResolvable)
// .chargeType(java.lang.String)
// .chargeType(IResolvable)
// .comment(java.lang.String)
// .comment(IResolvable)
// .defaultQuota(java.lang.String)
// .defaultQuota(IResolvable)
// .ipWhiteList(IResolvable)
// .ipWhiteList(IpWhiteListProperty)
// .properties(IResolvable)
// .properties(PropertiesProperty)
.build();
Properties
| Name | Type | Description |
|---|---|---|
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
chargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
comment |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
defaultQuota |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
ipWhiteList |
com.aliyun.ros.cdk.core.IResolvable OR IpWhiteListProperty |
No description. |
properties |
com.aliyun.ros.cdk.core.IResolvable OR PropertiesProperty |
No description. |
nameRequired
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
chargeTypeOptional
public java.lang.Object getChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
commentOptional
public java.lang.Object getComment();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
defaultQuotaOptional
public java.lang.Object getDefaultQuota();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
ipWhiteListOptional
public java.lang.Object getIpWhiteList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR IpWhiteListProperty
propertiesOptional
public java.lang.Object getProperties();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PropertiesProperty