authType

@JvmName(name = "gxqdplobjjrgedej")
suspend fun authType(value: Output<String>)
@JvmName(name = "yqxotgsaaqasqvct")
suspend fun authType(value: String)

Parameters

value

The type of authentication to perform when connecting to a Redis target. Options include none, auth-token, and auth-role. The auth-token option requires an auth_password value to be provided. The auth-role option requires auth_user_name and auth_password values to be provided.