createStatement

@JvmName(name = "hxrjpdmntjnbknhp")
suspend fun createStatement(value: Output<String>)
@JvmName(name = "rqxsougtuxxmbwou")
suspend fun createStatement(value: String?)

Parameters

value

A CREATE DATABASE statement, which specifies the ID of the new database. The database ID must conform to the regular expression a-z*[a-z0-9] and be between 2 and 30 characters in length. If the database ID is a reserved word or if it contains a hyphen, the database ID must be enclosed in backticks (` ` `).