acceptedProtocols

@JvmName(name = "qiwopcxitskflhay")
suspend fun acceptedProtocols(value: Output<List<String>>)
@JvmName(name = "oknknjqrodbeavys")
suspend fun acceptedProtocols(value: List<String>)

Parameters

value

Protocol schemes to match for the Backend Routing Rule. Possible values are Http and Https.


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


@JvmName(name = "tsbbqlhrpxgepfep")
suspend fun acceptedProtocols(values: List<Output<String>>)
@JvmName(name = "gbnteqyewneycwvf")
suspend fun acceptedProtocols(vararg values: String)

Parameters

values

Protocol schemes to match for the Backend Routing Rule. Possible values are Http and Https.