ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-project
Initializer
import { ProjectProps } from '@alicloud/ros-cdk-datahub'
const projectProps: ProjectProps = { ... }
Properties
Name | Type | Description |
---|---|---|
comment |
string | @alicloud/ros-cdk-core.IResolvable |
Property comment: The comment of project. |
projectName |
string | @alicloud/ros-cdk-core.IResolvable |
Property projectName: The name of the project. |
comment
Required
public readonly comment: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property comment: The comment of project.
projectName
Required
public readonly projectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property projectName: The name of the project.
Length [3, 32]. Beginning with characters, only characters, numbers and _ are allowed.