FlowProjectProps
Properties for defining a FlowProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-flowproject
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new FlowProjectProps {
object Description,
object FlowProjectName,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
Property description: The description of the project. |
FlowProjectName |
object |
Property flowProjectName: The name of the project. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong. |
Description
Required
public object Description { get; set; }
- Type: object
Property description: The description of the project.
FlowProjectName
Required
public object FlowProjectName { get; set; }
- Type: object
Property flowProjectName: The name of the project.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.