supportedProtocols

@JvmName(name = "vpmurvqhdaxowxdn")
suspend fun supportedProtocols(value: Output<List<String>>)
@JvmName(name = "qxxoexlyvhdeqemq")
suspend fun supportedProtocols(value: List<String>?)

Parameters

value

One or more Protocols supported by this Front Door Route. Possible values are Http or Https.

NOTE: If https_redirect_enabled is set to true the supported_protocols field must contain both Http and Https values.


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


@JvmName(name = "nyiagshrpakbgnsi")
suspend fun supportedProtocols(values: List<Output<String>>)
@JvmName(name = "hhjprchbvrfppvrv")
suspend fun supportedProtocols(vararg values: String)

Parameters

values

One or more Protocols supported by this Front Door Route. Possible values are Http or Https.

NOTE: If https_redirect_enabled is set to true the supported_protocols field must contain both Http and Https values.