postgresqlColumns

@JvmName(name = "ocpsdehvxnvaxmgh")
suspend fun postgresqlColumns(value: Output<List<PostgresqlColumnArgs>>)
@JvmName(name = "daqikglcywtjnabe")
suspend fun postgresqlColumns(value: List<PostgresqlColumnArgs>?)

Parameters

value

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.


@JvmName(name = "hvcquojuqeaiygvu")
suspend fun postgresqlColumns(vararg values: Output<PostgresqlColumnArgs>)


@JvmName(name = "wphlselwccvogwem")
suspend fun postgresqlColumns(values: List<Output<PostgresqlColumnArgs>>)
@JvmName(name = "kbkvdpthpksecxuf")
suspend fun postgresqlColumns(vararg values: PostgresqlColumnArgs)

Parameters

values

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.


@JvmName(name = "wibayfcqocltnefx")
suspend fun postgresqlColumns(argument: List<suspend PostgresqlColumnArgsBuilder.() -> Unit>)
@JvmName(name = "mbrwibgtyvahaekv")
suspend fun postgresqlColumns(vararg argument: suspend PostgresqlColumnArgsBuilder.() -> Unit)
@JvmName(name = "mletdexwphguiwwq")
suspend fun postgresqlColumns(argument: suspend PostgresqlColumnArgsBuilder.() -> Unit)

Parameters

argument

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.