Skip to content

ProjectProps

Properties for defining a Project.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project

Initializer

import com.aliyun.ros.cdk.maxcompute.ProjectProps;
ProjectProps.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 Property name: The name of the project.
chargeType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property chargeType: Quota payment type, support PayAsYouGo, Subscription.
comment java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property comment: The comments of project.
defaultQuota java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property defaultQuota: Default Computing Resource Group.
ipWhiteList com.aliyun.ros.cdk.core.IResolvable OR IpWhiteListProperty Property ipWhiteList: IP whitelist.
properties com.aliyun.ros.cdk.core.IResolvable OR PropertiesProperty Property properties: Project base attributes.

nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: The name of the project.

It must start with a lower-case letter and contain lower-case letters, digits, and underscores (_). The value must contain 3 to 28 characters


chargeTypeOptional

public java.lang.Object getChargeType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property chargeType: Quota payment type, support PayAsYouGo, Subscription.


commentOptional

public java.lang.Object getComment();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property comment: The comments of project.


defaultQuotaOptional

public java.lang.Object getDefaultQuota();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property defaultQuota: Default Computing Resource Group.


ipWhiteListOptional

public java.lang.Object getIpWhiteList();

Property ipWhiteList: IP whitelist.


propertiesOptional

public java.lang.Object getProperties();

Property properties: Project base attributes.