DailyMaintenanceWindowArgs

data class DailyMaintenanceWindowArgs(val startTime: Output<String>? = null) : ConvertibleToJava<DailyMaintenanceWindowArgs>

Time window specified for daily maintenance operations.

Constructors

Link copied to clipboard
constructor(startTime: Output<String>? = null)

Properties

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

Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : 00-23 and MM : 00-59 GMT.

Functions

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