FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-flow
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fnf;
new FlowProps {
object FlowName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
FlowName |
object |
Property flowName: The name of the flow. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
FlowName
Required
public object FlowName { get; set; }
- Type: object
Property flowName: The name of the flow.
The name must be unique within a region for the same Alibaba Cloud account.
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.