ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project
Initializer
import { ProjectProps } from '@alicloud/ros-cdk-maxcompute'
const projectProps: ProjectProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the project. |
chargeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property chargeType: Quota payment type, support PayAsYouGo, Subscription. |
comment |
string | @alicloud/ros-cdk-core.IResolvable |
Property comment: The comments of project. |
defaultQuota |
string | @alicloud/ros-cdk-core.IResolvable |
Property defaultQuota: Default Computing Resource Group. |
ipWhiteList |
@alicloud/ros-cdk-core.IResolvable | IpWhiteListProperty |
Property ipWhiteList: IP whitelist. |
properties |
@alicloud/ros-cdk-core.IResolvable | PropertiesProperty |
Property properties: Project base attributes. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/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
chargeType
Optional
public readonly chargeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property chargeType: Quota payment type, support PayAsYouGo, Subscription.
comment
Optional
public readonly comment: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property comment: The comments of project.
defaultQuota
Optional
public readonly defaultQuota: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property defaultQuota: Default Computing Resource Group.
ipWhiteList
Optional
public readonly ipWhiteList: IResolvable | IpWhiteListProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | IpWhiteListProperty
Property ipWhiteList: IP whitelist.
properties
Optional
public readonly properties: IResolvable | PropertiesProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | PropertiesProperty
Property properties: Project base attributes.