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
Functions
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