matchValues

@JvmName(name = "lewlydbgidwemipb")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "qbhyxmyejjsyifsb")
suspend fun matchValues(value: List<String>?)

Parameters

value

A list of one or more string values representing the value of the request hostname to match. If multiple values are specified, they're evaluated using OR logic.


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


@JvmName(name = "fkulubxworidvlyf")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "skhsvkgcgobyisqv")
suspend fun matchValues(vararg values: String)

Parameters

values

A list of one or more string values representing the value of the request hostname to match. If multiple values are specified, they're evaluated using OR logic.