certificates

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


@JvmName(name = "bykjuedmjfhavjsg")
suspend fun certificates(values: List<Output<ListenerCertificateArgs>>)
@JvmName(name = "dgophbasfpxsvwon")
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 = "hicraalujnslavxc")
suspend fun certificates(argument: List<suspend ListenerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "oyhfhrjbnmgbbrlj")
suspend fun certificates(vararg argument: suspend ListenerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "gnsxbqwrnbdmpmlj")
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.