databaseName

val databaseName: Output<String>?

Database name, with the following restrictions:

  • Can only contain letters, numbers and underscores.

  • Must start with a letter.

  • Length cannot exceed 63 characters.