RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dataworks-project
Initializer
import ros_cdk_dataworks
ros_cdk_dataworks.RosProjectProps(
project_identifier: typing.Union[str, IResolvable],
disable_development: typing.Union[bool, IResolvable] = None,
is_allow_download: typing.Union[bool, IResolvable] = None,
project_description: typing.Union[str, IResolvable] = None,
project_mode: typing.Union[typing.Union[int, float], IResolvable] = None,
project_name: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None
)
Properties
| Name | Type | Description |
|---|---|---|
project_identifier |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
disable_development |
typing.Union[bool, ros_cdk_core.IResolvable] |
No description. |
is_allow_download |
typing.Union[bool, ros_cdk_core.IResolvable] |
No description. |
project_description |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
project_mode |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
tags |
typing.List[TagsProperty] |
No description. |
project_identifierRequired
project_identifier: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
disable_developmentOptional
disable_development: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
is_allow_downloadOptional
is_allow_download: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
project_descriptionOptional
project_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
project_modeOptional
project_mode: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
project_nameOptional
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
tagsOptional
tags: typing.List[TagsProperty]
- Type: typing.List[TagsProperty]