tlsMode

@JvmName(name = "yrlldbccmsqyddpf")
suspend fun tlsMode(value: Output<ServerTlsSettingsTlsMode>)
@JvmName(name = "moftfbqqgdhmfvpn")
suspend fun tlsMode(value: ServerTlsSettingsTlsMode?)

Parameters

value

Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following: - SIMPLE Secure connections with standard TLS semantics. - MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.