Package com.pulumi.aws.scheduler.outputs
Class ScheduleFlexibleTimeWindow
- java.lang.Object
-
- com.pulumi.aws.scheduler.outputs.ScheduleFlexibleTimeWindow
-
public final class ScheduleFlexibleTimeWindow extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScheduleFlexibleTimeWindow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleFlexibleTimeWindow.Builder
builder()
static ScheduleFlexibleTimeWindow.Builder
builder(ScheduleFlexibleTimeWindow defaults)
java.util.Optional<java.lang.Integer>
maximumWindowInMinutes()
java.lang.String
mode()
-
-
-
Method Detail
-
maximumWindowInMinutes
public java.util.Optional<java.lang.Integer> maximumWindowInMinutes()
- Returns:
- Maximum time window during which a schedule can be invoked. Ranges from `1` to `1440` minutes.
-
mode
public java.lang.String mode()
- Returns:
- Determines whether the schedule is invoked within a flexible time window. One of: `OFF`, `FLEXIBLE`.
-
builder
public static ScheduleFlexibleTimeWindow.Builder builder()
-
builder
public static ScheduleFlexibleTimeWindow.Builder builder(ScheduleFlexibleTimeWindow defaults)
-
-