FlowProjectProps
Properties for defining a FlowProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-flowproject
Initializer
import ros_cdk_emr
ros_cdk_emr.FlowProjectProps(
description: typing.Union[str, IResolvable],
flow_project_name: typing.Union[str, IResolvable],
resource_group_id: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: The description of the project. |
flow_project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property flowProjectName: The name of the project. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong. |
descriptionRequired
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: The description of the project.
flow_project_nameRequired
flow_project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property flowProjectName: The name of the project.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.