Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmaxcompute"
&alicloudroscdkmaxcompute.ProjectProps {
    Name: interface{},
    ChargeType: interface{},
    Comment: interface{},
    DefaultQuota: interface{},
    IpWhiteList: interface{},
    Properties: interface{},
}

Properties

Name Type Description
Name interface{} Property name: The name of the project.
ChargeType interface{} Property chargeType: Quota payment type, support PayAsYouGo, Subscription.
Comment interface{} Property comment: The comments of project.
DefaultQuota interface{} Property defaultQuota: Default Computing Resource Group.
IpWhiteList interface{} Property ipWhiteList: IP whitelist.
Properties interface{} Property properties: Project base attributes.

NameRequired

Name interface{}
  • Type: interface{}

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

ChargeType interface{}
  • Type: interface{}

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


CommentOptional

Comment interface{}
  • Type: interface{}

Property comment: The comments of project.


DefaultQuotaOptional

DefaultQuota interface{}
  • Type: interface{}

Property defaultQuota: Default Computing Resource Group.


IpWhiteListOptional

IpWhiteList interface{}
  • Type: interface{}

Property ipWhiteList: IP whitelist.


PropertiesOptional

Properties interface{}
  • Type: interface{}

Property properties: Project base attributes.