supportedProtocols

@JvmName(name = "crudvgpqobrnqkqr")
suspend fun supportedProtocols(value: Output<List<String>>)
@JvmName(name = "dtgsytdrswhwiwmr")
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 = "wtokqxjuyesvyqib")
suspend fun supportedProtocols(vararg values: Output<String>)


@JvmName(name = "odqrpyinbmuqdafb")
suspend fun supportedProtocols(values: List<Output<String>>)
@JvmName(name = "wjjxunuqkykmmkta")
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.