ClusterMaintenancePolicyDailyMaintenanceWindowArgs

data class ClusterMaintenancePolicyDailyMaintenanceWindowArgs(val duration: Output<String>? = null, val startTime: Output<String>) : ConvertibleToJava<ClusterMaintenancePolicyDailyMaintenanceWindowArgs>

Constructors

constructor(duration: Output<String>? = null, startTime: Output<String>)

Properties

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

Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".

Link copied to clipboard
val startTime: Output<String>

Functions

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