requireTls

@JvmName(name = "nkcvhhdpeqnygknu")
suspend fun requireTls(value: Output<Boolean>)
@JvmName(name = "iepgpsowwjnswrit")
suspend fun requireTls(value: Boolean?)

Parameters

value

Require TLS (HTTPS) for all clients connecting to this service. Clients who connect over HTTP (port 80) will receive a HTTP 301 to the same URL over HTTPS (port 443). You must have at least one (1) edgeSslCertificate specified to enable this.