ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-datahub-project
Initializer
import ros_cdk_datahub
ros_cdk_datahub.ProjectProps(
comment: typing.Union[str, IResolvable],
project_name: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
comment |
typing.Union[str, ros_cdk_core.IResolvable] |
Property comment: The comment of project. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property projectName: The name of the project. |
comment
Required
comment: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property comment: The comment of project.
project_name
Required
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property projectName: The name of the project.
Length [3, 32]. Beginning with characters, only characters, numbers and _ are allowed.