InstanceMaintenanceWindowArgs

data class InstanceMaintenanceWindowArgs(val dayOfWeek: Output<String>, val startTime: Output<InstanceMaintenanceWindowStartTimeArgs>) : ConvertibleToJava<InstanceMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, startTime: Output<InstanceMaintenanceWindowStartTimeArgs>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

Required. Day of the week for this MaintenanceWindow (in UTC).

Link copied to clipboard

Required. Start time of the window in UTC time. Structure is documented below.

Functions

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