certificates

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


@JvmName(name = "tmanqlaokuaiumkr")
suspend fun certificates(values: List<Output<ListenerCertificateArgs>>)
@JvmName(name = "kvuifpqsbnldfsxk")
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 = "umnpkhctwhcwsqkh")
suspend fun certificates(argument: List<suspend ListenerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "qvvtvslboyhoomwl")
suspend fun certificates(vararg argument: suspend ListenerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "wttxqostinatrksn")
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.