postgresqlColumns

@JvmName(name = "pofpkndylsegpcye")
suspend fun postgresqlColumns(value: Output<List<PostgresqlColumnArgs>>)
@JvmName(name = "yplfwwnkhdwakqht")
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 = "bhejbcjdtrylovhk")
suspend fun postgresqlColumns(vararg values: Output<PostgresqlColumnArgs>)


@JvmName(name = "bpelycfylehdgari")
suspend fun postgresqlColumns(values: List<Output<PostgresqlColumnArgs>>)
@JvmName(name = "wyqfehqpgvtgxcie")
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 = "jsbbfctanckwnmei")
suspend fun postgresqlColumns(argument: List<suspend PostgresqlColumnArgsBuilder.() -> Unit>)
@JvmName(name = "sdirdgrauybhivea")
suspend fun postgresqlColumns(vararg argument: suspend PostgresqlColumnArgsBuilder.() -> Unit)
@JvmName(name = "hlmpcxmpliihesie")
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.