certificates

@JvmName(name = "ppvwhdfpctlsdgvr")
suspend fun certificates(value: Output<List<ListenerCertificateArgs>>)
@JvmName(name = "ggttqolhdecholxs")
suspend fun certificates(value: List<ListenerCertificateArgs>?)

Parameters

value

The certificates of the listener. See certificates below.

NOTE: This parameter needs to be configured only for monitoring of the HTTPS protocol.


@JvmName(name = "qiedwtbhwsiavhad")
suspend fun certificates(vararg values: Output<ListenerCertificateArgs>)


@JvmName(name = "vckbpdtnnrarpclj")
suspend fun certificates(values: List<Output<ListenerCertificateArgs>>)
@JvmName(name = "vxjdcjttoemcvajd")
suspend fun certificates(vararg values: ListenerCertificateArgs)

Parameters

values

The certificates of the listener. See certificates below.

NOTE: This parameter needs to be configured only for monitoring of the HTTPS protocol.


@JvmName(name = "fjfhymbccrwtakrp")
suspend fun certificates(argument: List<suspend ListenerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "migxcrvherbarota")
suspend fun certificates(vararg argument: suspend ListenerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "pkebqbopjysbycys")
suspend fun certificates(argument: suspend ListenerCertificateArgsBuilder.() -> Unit)

Parameters

argument

The certificates of the listener. See certificates below.

NOTE: This parameter needs to be configured only for monitoring of the HTTPS protocol.