EnvironmentConfigMaintenanceWindowArgs

data class EnvironmentConfigMaintenanceWindowArgs(val endTime: Output<String>, val recurrence: Output<String>, val startTime: Output<String>) : ConvertibleToJava<EnvironmentConfigMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(endTime: Output<String>, recurrence: Output<String>, startTime: Output<String>)

Properties

Link copied to clipboard
val endTime: Output<String>

Maintenance window end time. It is used only to calculate the duration of the maintenance window. The value for end-time must be in the future, relative to 'start_time'.

Link copied to clipboard
val recurrence: Output<String>

Maintenance window recurrence. Format is a subset of RFC-5545 (https://tools.ietf.org/html/rfc5545) 'RRULE'. The only allowed values for 'FREQ' field are 'FREQ=DAILY' and 'FREQ=WEEKLY;BYDAY=...'. Example values: 'FREQ=WEEKLY;BYDAY=TU,WE', 'FREQ=DAILY'.

Link copied to clipboard
val startTime: Output<String>

Start time of the first recurrence of the maintenance window.

Functions

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