User

class User

You create users and assign them specific permissions by using an access string. You assign the users to Access Control Lists aligned with a specific role (administrators, human resources) that are then deployed to one or more MemoryDB clusters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access permissions string used for this user.

Link copied to clipboard

The names of the Access Control Lists to which the user belongs

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the user.

Link copied to clipboard

Denotes whether the user requires a password to authenticate.

Link copied to clipboard

The minimum engine version supported for the user

Link copied to clipboard
val name: String?

The name of the user

Link copied to clipboard

Indicates the user status. Can be "active", "modifying" or "deleting".

Functions

Link copied to clipboard
inline fun copy(block: User.Builder.() -> Unit = {}): User
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String