maintenanceWindow

@JvmName(name = "coyfhfpwpowsdbli")
suspend fun maintenanceWindow(value: Output<MetastoreServiceMaintenanceWindowArgs>)
@JvmName(name = "afyjmnclbforsgrg")
suspend fun maintenanceWindow(value: MetastoreServiceMaintenanceWindowArgs?)

Parameters

value

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type. Structure is documented below.


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

Parameters

argument

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type. Structure is documented below.