supportedProtocols

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


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