sslCertificates

@JvmName(name = "psjvdfqckisajtsd")
suspend fun sslCertificates(value: Output<List<String>>)
@JvmName(name = "hnsxxdxmtspkfvjr")
suspend fun sslCertificates(value: List<String>?)

Parameters

value

URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. sslCertificates and certificateManagerCertificates can not be defined together.


@JvmName(name = "xbapgyyevubqurfj")
suspend fun sslCertificates(vararg values: Output<String>)


@JvmName(name = "onsgrkywfmdftqbv")
suspend fun sslCertificates(values: List<Output<String>>)
@JvmName(name = "cibmgdsybwobiqij")
suspend fun sslCertificates(vararg values: String)

Parameters

values

URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. sslCertificates and certificateManagerCertificates can not be defined together.