schemes

@JvmName(name = "dyrwvqytihxqrqsw")
suspend fun schemes(value: Output<List<String>>)
@JvmName(name = "qkklyktjprkhpxja")
suspend fun schemes(value: List<String>?)

Parameters

value

The HTTP schemes to match. You can specify one scheme (['HTTPS']), both schemes (['HTTP','HTTPS']), or all schemes (['_ALL_']). This field is optional.


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


@JvmName(name = "tjhldkfogmcoxvfp")
suspend fun schemes(values: List<Output<String>>)
@JvmName(name = "wtamgilcolslibid")
suspend fun schemes(vararg values: String)

Parameters

values

The HTTP schemes to match. You can specify one scheme (['HTTPS']), both schemes (['HTTP','HTTPS']), or all schemes (['_ALL_']). This field is optional.