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. |
Name
Required
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
ChargeType
Optional
ChargeType interface{}
- Type: interface{}
Property chargeType: Quota payment type, support PayAsYouGo, Subscription.
Comment
Optional
Comment interface{}
- Type: interface{}
Property comment: The comments of project.
DefaultQuota
Optional
DefaultQuota interface{}
- Type: interface{}
Property defaultQuota: Default Computing Resource Group.
IpWhiteList
Optional
IpWhiteList interface{}
- Type: interface{}
Property ipWhiteList: IP whitelist.
Properties
Optional
Properties interface{}
- Type: interface{}
Property properties: Project base attributes.