RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project
Initializer
import { RosProjectProps } from '@alicloud/ros-cdk-maxcompute'
const rosProjectProps: RosProjectProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
name | string | @alicloud/ros-cdk-core.IResolvable | No description. |
chargeType | string | @alicloud/ros-cdk-core.IResolvable | No description. |
comment | string | @alicloud/ros-cdk-core.IResolvable | No description. |
defaultQuota | string | @alicloud/ros-cdk-core.IResolvable | No description. |
ipWhiteList | @alicloud/ros-cdk-core.IResolvable | IpWhiteListProperty | No description. |
properties | @alicloud/ros-cdk-core.IResolvable | PropertiesProperty | No description. |
supportSchemaLevels | boolean | @alicloud/ros-cdk-core.IResolvable | No description. |
nameRequired
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
chargeTypeOptional
public readonly chargeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
commentOptional
public readonly comment: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
defaultQuotaOptional
public readonly defaultQuota: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
ipWhiteListOptional
public readonly ipWhiteList: IResolvable | IpWhiteListProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | IpWhiteListProperty
propertiesOptional
public readonly properties: IResolvable | PropertiesProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | PropertiesProperty
supportSchemaLevelsOptional
public readonly supportSchemaLevels: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable