transitEncryptionMode

@JvmName(name = "rkdcpujqqtmvddps")
suspend fun transitEncryptionMode(value: Output<String>)
@JvmName(name = "gxhbdcpnlmcssyyw")
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 and DISABLED.