sslCertificates

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

Parameters

value

URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.


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


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

Parameters

values

URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.