certificates

@JvmName(name = "vliaxvwumtgasoaq")
suspend fun certificates(value: Output<List<ListenerCertificateArgs>>)
@JvmName(name = "rcqnnnlocaqrkfxr")
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 = "deuvgcsbqmgsynnd")
suspend fun certificates(vararg values: Output<ListenerCertificateArgs>)


@JvmName(name = "nmlyetrerrfgname")
suspend fun certificates(values: List<Output<ListenerCertificateArgs>>)
@JvmName(name = "ymaxcoedxyestywj")
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 = "hkhsskbsajwxfocr")
suspend fun certificates(argument: List<suspend ListenerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "wdqkchujxbnlrucp")
suspend fun certificates(vararg argument: suspend ListenerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "sgktnoknkmdvwqvb")
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.