postgresqlTables

@JvmName(name = "krkfbrmdqxgogncv")
suspend fun postgresqlTables(value: Output<List<PostgresqlTableArgs>>)
@JvmName(name = "rdgofanqtscxyrwn")
suspend fun postgresqlTables(value: List<PostgresqlTableArgs>?)

Parameters

value

Tables in the schema.


@JvmName(name = "vxvxomqvomhugjpi")
suspend fun postgresqlTables(vararg values: Output<PostgresqlTableArgs>)


@JvmName(name = "npofnpwmdfohbhik")
suspend fun postgresqlTables(values: List<Output<PostgresqlTableArgs>>)
@JvmName(name = "jknsqkkveknhjybx")
suspend fun postgresqlTables(vararg values: PostgresqlTableArgs)

Parameters

values

Tables in the schema.


@JvmName(name = "uerjoftsvychmslw")
suspend fun postgresqlTables(argument: List<suspend PostgresqlTableArgsBuilder.() -> Unit>)
@JvmName(name = "qfgmamiuxxwhqtsy")
suspend fun postgresqlTables(vararg argument: suspend PostgresqlTableArgsBuilder.() -> Unit)
@JvmName(name = "cpyfklcqvejusbkc")
suspend fun postgresqlTables(argument: suspend PostgresqlTableArgsBuilder.() -> Unit)

Parameters

argument

Tables in the schema.