ClusterMaintenancePolicyWindowRecurringWindowArgs

data class ClusterMaintenancePolicyWindowRecurringWindowArgs(val recurrence: Output<String>? = null, val window: Output<ClusterMaintenancePolicyWindowRecurringWindowWindowArgs>? = null) : ConvertibleToJava<ClusterMaintenancePolicyWindowRecurringWindowArgs>

Constructors

constructor(recurrence: Output<String>? = null, window: Output<ClusterMaintenancePolicyWindowRecurringWindowWindowArgs>? = null)

Properties

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

An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.

Link copied to clipboard

Represents an arbitrary window of time. Structure is documented below.

Functions

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