InstanceMaintenanceWindowArgs

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

Constructors

Link copied to clipboard

Functions

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

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.