Skip to content

RosScheduleProps

Properties for defining a RosSchedule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fnf-schedule

Initializer

import com.aliyun.ros.cdk.fnf.datasource.RosScheduleProps;
RosScheduleProps.builder()
    .flowName(java.lang.String)
    .flowName(IResolvable)
    .scheduleName(java.lang.String)
    .scheduleName(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.
scheduleName 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.

flowNameRequired

public java.lang.Object getFlowName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

scheduleNameRequired

public java.lang.Object getScheduleName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable