tlsSettings

@JvmName(name = "bwvxafqtbtrddbla")
suspend fun tlsSettings(value: Output<BackendServiceTlsSettingsArgs>)
@JvmName(name = "adimamgyuefciesw")
suspend fun tlsSettings(value: BackendServiceTlsSettingsArgs?)

Parameters

value

Configuration for Backend Authenticated TLS and mTLS. May only be specified when the backend protocol is SSL, HTTPS or HTTP2. Structure is documented below.


@JvmName(name = "sukgndtvqaesuwyr")
suspend fun tlsSettings(argument: suspend BackendServiceTlsSettingsArgsBuilder.() -> Unit)

Parameters

argument

Configuration for Backend Authenticated TLS and mTLS. May only be specified when the backend protocol is SSL, HTTPS or HTTP2. Structure is documented below.