Maintenance Override Properties Args
data class MaintenanceOverridePropertiesArgs(val endDateTime: Output<String>? = null, val overrideProperties: Output<Map<String, String>>? = null, val startDateTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<MaintenanceOverridePropertiesArgs>
Definition of a MaintenanceOverrideProperties
Constructors
Properties
Link copied to clipboard
Effective end date of the maintenance override window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
Link copied to clipboard
Gets or sets overrideProperties of the maintenanceConfiguration
Link copied to clipboard
Effective start date of the maintenance override window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
Link copied to clipboard