GetUserPlainArgs

data class GetUserPlainArgs(val accessString: String? = null, val authenticationModes: List<GetUserAuthenticationMode>? = null, val engine: String? = null, val noPasswordRequired: Boolean? = null, val passwords: List<String>? = null, val userId: String, val userName: String? = null) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Constructors

Link copied to clipboard
constructor(accessString: String? = null, authenticationModes: List<GetUserAuthenticationMode>? = null, engine: String? = null, noPasswordRequired: Boolean? = null, passwords: List<String>? = null, userId: String, userName: String? = null)

Properties

Link copied to clipboard
val accessString: String? = null

String for what access a user possesses within the associated ElastiCache replication groups or clusters.

Link copied to clipboard
val engine: String? = null
Link copied to clipboard
Link copied to clipboard
val passwords: List<String>? = null
Link copied to clipboard

Identifier for the user.

Link copied to clipboard
val userName: String? = null

User name of the user.

Functions

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