PostgresqlClusterMaintenanceWindowArgs

data class PostgresqlClusterMaintenanceWindowArgs(val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<PostgresqlClusterMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<Int>? = null, startHour: Output<Int>? = null, startMinute: Output<Int>? = null)

Properties

Link copied to clipboard
val dayOfWeek: Output<Int>? = null

The day of week for maintenance window, where the week starts on a Sunday, i.e. Sunday = 0, Monday = 1. Defaults to 0.

Link copied to clipboard
val startHour: Output<Int>? = null

The start hour for maintenance window. Defaults to 0.

Link copied to clipboard
val startMinute: Output<Int>? = null

The start minute for maintenance window. Defaults to 0.

Functions

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