FlowProjectsProps
Properties for defining a FlowProjects
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-flowprojects
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new FlowProjectsProps {
object FlowProjectId = null,
object FlowProjectName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
FlowProjectId |
object |
Property flowProjectId: The first ID of the resource. |
FlowProjectName |
object |
Property flowProjectName: Project name. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
FlowProjectId
Optional
public object FlowProjectId { get; set; }
- Type: object
Property flowProjectId: The first ID of the resource.
FlowProjectName
Optional
public object FlowProjectName { get; set; }
- Type: object
Property flowProjectName: Project name.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.