mode

@JvmName(name = "psqlphnhoqeppacu")
suspend fun mode(value: Output<String>)
@JvmName(name = "fxsecyaxnhhioebx")
suspend fun mode(value: String?)

Parameters

value

Optional. A column's mode indicates whether the values in this column are required, nullable, etc. Only NULLABLE, REQUIRED and REPEATED are supported. Default mode is NULLABLE.