maintenanceWindow

@JvmName(name = "saqmncwnittjresq")
suspend fun maintenanceWindow(value: Output<MaintenanceWindowArgs>)
@JvmName(name = "dbvocgjfflhaxqps")
suspend fun maintenanceWindow(value: MaintenanceWindowArgs?)

Parameters

value

Optional. The maintenance window is the period when Cloud Composer components may undergo maintenance. It is defined so that maintenance is not executed during peak hours or critical time periods. The system will not be under maintenance for every occurrence of this window, but when maintenance is planned, it will be scheduled during the window. The maintenance window period must encompass at least 12 hours per week. This may be split into multiple chunks, each with a size of at least 4 hours. If this value is omitted, Cloud Composer components may be subject to maintenance at any time.


@JvmName(name = "arsqvfehrhipyavi")
suspend fun maintenanceWindow(argument: suspend MaintenanceWindowArgsBuilder.() -> Unit)

Parameters

argument

Optional. The maintenance window is the period when Cloud Composer components may undergo maintenance. It is defined so that maintenance is not executed during peak hours or critical time periods. The system will not be under maintenance for every occurrence of this window, but when maintenance is planned, it will be scheduled during the window. The maintenance window period must encompass at least 12 hours per week. This may be split into multiple chunks, each with a size of at least 4 hours. If this value is omitted, Cloud Composer components may be subject to maintenance at any time.