RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-project
Initializer
import { RosProjectProps } from '@alicloud/ros-cdk-datahub'
const rosProjectProps: RosProjectProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
comment |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
projectName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
commentRequired
public readonly comment: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
projectNameRequired
public readonly projectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable