Skip to content

FlowProjectProps

Properties for defining a FlowProject.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-flowproject

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.FlowProjectProps {
    Description: interface{},
    FlowProjectName: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
Description interface{} Property description: The description of the project.
FlowProjectName interface{} Property flowProjectName: The name of the project.
ResourceGroupId interface{} Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.

DescriptionRequired

Description interface{}
  • Type: interface{}

Property description: The description of the project.


FlowProjectNameRequired

FlowProjectName interface{}
  • Type: interface{}

Property flowProjectName: The name of the project.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.