transitEncryptionMode

@JvmName(name = "vorwyrubteautvaq")
suspend fun transitEncryptionMode(value: Output<String>)
@JvmName(name = "noycpqphkuiabgbr")
suspend fun transitEncryptionMode(value: String?)

Parameters

value

The TLS mode of the Redis instance, If not provided, TLS is disabled for the instance.

  • SERVER_AUTHENTICATION: Client to Server traffic encryption enabled with server authentication Default value is DISABLED. Possible values are: SERVER_AUTHENTICATION, DISABLED.