schemes

@JvmName(name = "pjeekjftnvslqyvm")
suspend fun schemes(value: Output<List<String>>)
@JvmName(name = "srcchxkiwubogvbf")
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 = "mcixctkxuirejotj")
suspend fun schemes(vararg values: Output<String>)


@JvmName(name = "ateshfpykorqxhqu")
suspend fun schemes(values: List<Output<String>>)
@JvmName(name = "xpxroimvnfgsdiah")
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.