http2Enabled

@JvmName(name = "tegjjvlbsudlahvu")
suspend fun http2Enabled(value: Output<Boolean>)
@JvmName(name = "aylhxfpyobeyffqk")
suspend fun http2Enabled(value: Boolean?)

Parameters

value

Whether to turn on http2. This parameter is used only if the value of https_ports is not empty (indicating that the domain name uses the HTTPS protocol). Value:

  • true: indicates that HTTP2 is enabled.

  • false (default): indicates that HTTP2 is not enabled.