FlowProjectProps
Properties for defining a FlowProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-flowproject
Initializer
import com.aliyun.ros.cdk.emr.FlowProjectProps;
FlowProjectProps.builder()
.description(java.lang.String)
.description(IResolvable)
.flowProjectName(java.lang.String)
.flowProjectName(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the project. |
flowProjectName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowProjectName: The name of the project. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong. |
description
Required
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the project.
flowProjectName
Required
public java.lang.Object getFlowProjectName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowProjectName: The name of the project.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.