Skip to content

FlowProjectProps

Properties for defining a FlowProject.

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

Initializer

import { FlowProjectProps } from '@alicloud/ros-cdk-emr'
const flowProjectProps: FlowProjectProps = { ... }

Properties

Name Type Description
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the project.
flowProjectName string | @alicloud/ros-cdk-core.IResolvable Property flowProjectName: The name of the project.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.

descriptionRequired

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the project.


flowProjectNameRequired

public readonly flowProjectName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property flowProjectName: The name of the project.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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