ssl

@JvmName(name = "utcyiccuukypoejm")
suspend fun ssl(value: Output<Boolean>)
@JvmName(name = "dtitnqvkwemllrkk")
suspend fun ssl(value: Boolean?)

Parameters

value

A boolean indicating whether to require SSL to access Redis.

  • When enabled, Redis accepts only SSL connections on port 25061.

  • When disabled, port 25060 is opened for non-SSL connections, while port 25061 remains available for SSL connections.