Skip to content

ScheduleProps

Properties for defining a Schedule.

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

Initializer

import com.aliyun.ros.cdk.fnf.datasource.ScheduleProps;
ScheduleProps.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 Property flowName: The name of the flow that is associated with the time-based schedule.
scheduleName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property scheduleName: The name of the time-based schedule.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

flowNameRequired

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

Property flowName: The name of the flow that is associated with the time-based schedule.

The name must be unique within the region and cannot be modified after the time-based schedule is created. The name must meet the following conventions: The name can contain letters, digits, underscores (), and hyphens (-). The name must start with a letter or an underscore (). The name is case-sensitive. The name must be 1 to 128 characters in length.


scheduleNameRequired

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

Property scheduleName: The name of the time-based schedule.

The name must meet the following conventions: The name can contain letters, digits, underscores (), and hyphens (-). The name must start with a letter or an underscore (). The name is case-sensitive. The name must be 1 to 128 characters in length.


refreshOptionsOptional

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

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.