transitEncryptionMode property

String? transitEncryptionMode
getter/setter pair

The TLS mode of the Redis instance.

If not provided, TLS is disabled for the instance.

Optional. Possible string values are:

  • "TRANSIT_ENCRYPTION_MODE_UNSPECIFIED" : Not set.
  • "SERVER_AUTHENTICATION" : Client to Server traffic encryption enabled with server authentication.
  • "DISABLED" : TLS is disabled for the instance.

Implementation

core.String? transitEncryptionMode;