serverCertificates

@JvmName(name = "cldntoprxkwsmexm")
suspend fun serverCertificates(value: Output<List<TlsInspectionConfigurationServerCertificateArgs>>)
@JvmName(name = "kmsevmjbpslpwwgd")
suspend fun serverCertificates(value: List<TlsInspectionConfigurationServerCertificateArgs>?)

Parameters

value

The list of server certificates to use for inbound SSL/TLS inspection.


@JvmName(name = "bxwtanokakhneswc")
suspend fun serverCertificates(vararg values: Output<TlsInspectionConfigurationServerCertificateArgs>)


@JvmName(name = "wnfmuegpohuuxbaj")
suspend fun serverCertificates(values: List<Output<TlsInspectionConfigurationServerCertificateArgs>>)
@JvmName(name = "tfqpstwpnpbnhqtr")
suspend fun serverCertificates(vararg values: TlsInspectionConfigurationServerCertificateArgs)

Parameters

values

The list of server certificates to use for inbound SSL/TLS inspection.


@JvmName(name = "ffjulkycxfnqdqon")
suspend fun serverCertificates(argument: List<suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "nsjglxfvnkjftjxb")
suspend fun serverCertificates(vararg argument: suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "eccgknqvdftoknae")
suspend fun serverCertificates(argument: suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit)

Parameters

argument

The list of server certificates to use for inbound SSL/TLS inspection.