GetUserResult

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

A collection of values returned by getUser.

Constructors

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

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

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.