extraStatements

@JvmName(name = "vrsiosncocrfovcr")
suspend fun extraStatements(value: Output<List<String>>)
@JvmName(name = "djuntojogjmiffly")
suspend fun extraStatements(value: List<String>?)

Parameters

value

Optional. A list of DDL statements to run inside the newly created database. Statements can create tables, indexes, etc. These statements execute atomically with the creation of the database: if there is an error in any statement, the database is not created.


@JvmName(name = "rpctdidcfetqrosb")
suspend fun extraStatements(vararg values: Output<String>)


@JvmName(name = "bstxccqqpevgsjqw")
suspend fun extraStatements(values: List<Output<String>>)
@JvmName(name = "cpqfgsipauotkrys")
suspend fun extraStatements(vararg values: String)

Parameters

values

Optional. A list of DDL statements to run inside the newly created database. Statements can create tables, indexes, etc. These statements execute atomically with the creation of the database: if there is an error in any statement, the database is not created.