RoleArgs

data class RoleArgs(val db: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<RoleArgs>

The set of roles permitted through this Role Definition.

Constructors

Link copied to clipboard
constructor(db: Output<String>? = null, role: Output<String>? = null)

Properties

Link copied to clipboard
val db: Output<String>? = null

The database name the role is applied.

Link copied to clipboard
val role: Output<String>? = null

The role name.

Functions

Link copied to clipboard
open override fun toJava(): RoleArgs