Postgresql Cluster Maintenance Window Args
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
fun PostgresqlClusterMaintenanceWindowArgs(dayOfWeek: Output<Int>? = null, startHour: Output<Int>? = null, startMinute: Output<Int>? = null)