@Stability(value=Stable)
public static interface CfnSchedule.FlexibleTimeWindowProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.scheduler.*;
FlexibleTimeWindowProperty flexibleTimeWindowProperty = FlexibleTimeWindowProperty.builder()
.mode("mode")
// the properties below are optional
.maximumWindowInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchedule.FlexibleTimeWindowProperty.Builder
A builder for
CfnSchedule.FlexibleTimeWindowProperty |
static class |
CfnSchedule.FlexibleTimeWindowProperty.Jsii$Proxy
An implementation for
CfnSchedule.FlexibleTimeWindowProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedule.FlexibleTimeWindowProperty.Builder |
builder() |
default Number |
getMaximumWindowInMinutes()
The maximum time window during which a schedule can be invoked.
|
String |
getMode()
Determines whether the schedule is invoked within a flexible time window.
|
@Stability(value=Stable) @NotNull String getMode()
@Stability(value=Stable) @Nullable default Number getMaximumWindowInMinutes()
@Stability(value=Stable) static CfnSchedule.FlexibleTimeWindowProperty.Builder builder()
Copyright © 2022. All rights reserved.