certificates

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


@JvmName(name = "cxajgenqqegyuvvq")
suspend fun certificates(values: List<Output<ListenerCertificateArgs>>)
@JvmName(name = "rdwttomafdyquntb")
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 = "mawdpaigjclqhqvt")
suspend fun certificates(argument: List<suspend ListenerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "hxwcmxxwdxmgufiy")
suspend fun certificates(vararg argument: suspend ListenerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "ngxctsidskkqicqs")
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.