Skip to content

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.

nameRequired

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


chargeTypeOptional

public readonly chargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


commentOptional

public readonly comment: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property comment: The comments of project.


defaultQuotaOptional

public readonly defaultQuota: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property defaultQuota: Default Computing Resource Group.


ipWhiteListOptional

public readonly ipWhiteList: IResolvable | IpWhiteListProperty;

Property ipWhiteList: IP whitelist.


propertiesOptional

public readonly properties: IResolvable | PropertiesProperty;

Property properties: Project base attributes.