certificateUrls

@JvmName(name = "krxbbeqhnvxqfpxo")
suspend fun certificateUrls(value: Output<List<String>>)
@JvmName(name = "uittkbftiosaefdu")
suspend fun certificateUrls(value: List<String>?)

Parameters

value

A fully-qualified Certificates URL reference. The proxy presents a Certificate (selected based on SNI) when establishing a TLS connection. This feature only applies to gateways of type 'SECURE_WEB_GATEWAY'.


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


@JvmName(name = "memtsimiyduvtjep")
suspend fun certificateUrls(values: List<Output<String>>)
@JvmName(name = "dlbglecprmpfqbms")
suspend fun certificateUrls(vararg values: String)

Parameters

values

A fully-qualified Certificates URL reference. The proxy presents a Certificate (selected based on SNI) when establishing a TLS connection. This feature only applies to gateways of type 'SECURE_WEB_GATEWAY'.