Class GetDomainAutoTuneOptionMaintenanceSchedule
- java.lang.Object
-
- com.pulumi.aws.opensearch.outputs.GetDomainAutoTuneOptionMaintenanceSchedule
-
public final class GetDomainAutoTuneOptionMaintenanceSchedule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDomainAutoTuneOptionMaintenanceSchedule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDomainAutoTuneOptionMaintenanceSchedule.Builder
builder()
static GetDomainAutoTuneOptionMaintenanceSchedule.Builder
builder(GetDomainAutoTuneOptionMaintenanceSchedule defaults)
java.lang.String
cronExpressionForRecurrence()
java.util.List<GetDomainAutoTuneOptionMaintenanceScheduleDuration>
durations()
java.lang.String
startAt()
-
-
-
Method Detail
-
cronExpressionForRecurrence
public java.lang.String cronExpressionForRecurrence()
- Returns:
- Cron expression for an Auto-Tune maintenance schedule.
-
durations
public java.util.List<GetDomainAutoTuneOptionMaintenanceScheduleDuration> durations()
- Returns:
- Configuration block for the duration of the Auto-Tune maintenance window.
-
startAt
public java.lang.String startAt()
- Returns:
- Date and time at which the Auto-Tune maintenance schedule starts in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
-
builder
public static GetDomainAutoTuneOptionMaintenanceSchedule.Builder builder()
-
builder
public static GetDomainAutoTuneOptionMaintenanceSchedule.Builder builder(GetDomainAutoTuneOptionMaintenanceSchedule defaults)
-
-