privilege

@JvmName(name = "ogqqukwiavrepfxw")
suspend fun privilege(value: Output<String>)
@JvmName(name = "evtmteywkvpivjwy")
suspend fun privilege(value: String?)

Parameters

value

The privilege of one account access database. Valid values:

  • ReadOnly: This value is only for MySQL, MariaDB and SQL Server

  • ReadWrite: This value is only for MySQL, MariaDB and SQL Server

  • DDLOnly: (Available in 1.64.0+) This value is only for MySQL and MariaDB

  • DMLOnly: (Available in 1.64.0+) This value is only for MySQL and MariaDB

  • DBOwner: (Available in 1.64.0+) This value is only for SQL Server and PostgreSQL. Default to "ReadOnly".