Skip to content

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.

commentRequired

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

Property comment: The comment of project.


projectNameRequired

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.