authenticationMode

@JvmName(name = "idfeueftldbrqmsu")
suspend fun authenticationMode(value: Output<AuthenticationModePropertiesArgs>)
@JvmName(name = "vfnntncdpreowqxf")
suspend fun authenticationMode(value: AuthenticationModePropertiesArgs?)

Parameters

value

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" }


@JvmName(name = "fwhfyuckwbwskdyb")
suspend fun authenticationMode(argument: suspend AuthenticationModePropertiesArgsBuilder.() -> Unit)

Parameters

argument

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" }