server Certificates
suspend fun serverCertificates(value: Output<List<TlsInspectionConfigurationServerCertificateArgs>>)
Parameters
value
The list of server certificates to use for inbound SSL/TLS inspection.
suspend fun serverCertificates(vararg values: Output<TlsInspectionConfigurationServerCertificateArgs>)
suspend fun serverCertificates(values: List<Output<TlsInspectionConfigurationServerCertificateArgs>>)
Parameters
values
The list of server certificates to use for inbound SSL/TLS inspection.
suspend fun serverCertificates(argument: List<suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit>)
suspend fun serverCertificates(vararg argument: suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit)
suspend fun serverCertificates(argument: suspend TlsInspectionConfigurationServerCertificateArgsBuilder.() -> Unit)
Parameters
argument
The list of server certificates to use for inbound SSL/TLS inspection.