RosSchedulesProps
Properties for defining a RosSchedules
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-schedules
Initializer
import com.aliyun.ros.cdk.fnf.datasource.RosSchedulesProps;
RosSchedulesProps.builder()
.flowName(java.lang.String)
.flowName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
flowName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
flowName
Required
public java.lang.Object getFlowName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable