RosFlowProjectProps
Properties for defining a RosFlowProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-emr-flowproject
Initializer
import { RosFlowProjectProps } from '@alicloud/ros-cdk-emr'
const rosFlowProjectProps: RosFlowProjectProps = { ... }
Properties
Name | Type | Description |
---|---|---|
description |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
flowProjectName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
description
Required
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
flowProjectName
Required
public readonly flowProjectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable