AuthenticationModeProperties

data class AuthenticationModeProperties(val passwords: List<String>? = null, val type: UserAuthenticationModePropertiesType? = null)

Denotes whether the user requires a password to authenticate. Example: mynewdbuser: Type: AWS::MemoryDB::User Properties: AccessString: on ~* &* +@all AuthenticationMode: Passwords: '1234567890123456' Type: password UserName: mynewdbuser AuthenticationMode: { "Passwords": ["1234567890123456"], "Type": "Password" }

Constructors

Link copied to clipboard
constructor(passwords: List<String>? = null, type: UserAuthenticationModePropertiesType? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Passwords used for this user account. You can create up to two passwords for each user.

Link copied to clipboard

Type of authentication strategy for this user.