cipher

val cipher: Output<String>?

The encryption algorithm that is used in the SSL-VPN connection. Valid values: AES-128-CBC,AES-192-CBC,AES-256-CBC,none. Default value: AES-128-CBC.

  • AES-128-CBC - the AES-128-CBC algorithm.

  • AES-192-CBC - the AES-192-CBC algorithm.

  • AES-256-CBC - the AES-256-CBC algorithm.