TimeWindowArgs

data class TimeWindowArgs(val endTime: Output<String>? = null, val maintenanceExclusionOptions: Output<MaintenanceExclusionOptionsArgs>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<TimeWindowArgs>

Represents an arbitrary window of time.

Constructors

Link copied to clipboard
fun TimeWindowArgs(endTime: Output<String>? = null, maintenanceExclusionOptions: Output<MaintenanceExclusionOptionsArgs>? = null, startTime: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TimeWindowArgs

Properties

Link copied to clipboard
val endTime: Output<String>? = null

The time that the window ends. The end time should take place after the start time.

Link copied to clipboard

MaintenanceExclusionOptions provides maintenance exclusion related options.

Link copied to clipboard
val startTime: Output<String>? = null

The time that the window first starts.