Creates a data development project.
Syntax
{
"Type": "ALIYUN::EMR::FlowProject",
"Properties": {
"Description": String,
"FlowProjectName": String,
"ResourceGroupId": String
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
Description |
String |
Yes |
Yes |
The description of the project. |
None. |
|
FlowProjectName |
String |
Yes |
Yes |
The name of the project. |
None. |
|
ResourceGroupId |
String |
No |
No |
The ID of the resource group to which the EMR cluster and its Elastic Compute Service (ECS) node instances belong. |
None. |
Return values
Fn::GetAtt
-
FlowProjectName: the name of the project.
-
Description: the description of the project.
-
UserId: the ID of the Alibaba Cloud account.
-
CreateTime: the time when the project was created.
-
FlowProjectId: the ID of the project.
-
GmtModified: the time when the project was modified.