matchValues

@JvmName(name = "abaogqnxbdjjybvu")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "ncsanrepbswncvma")
suspend fun matchValues(value: List<String>)

Parameters

value

Up to 600 possible values to match. Limit is in total across all match_condition blocks and match_values arguments. String value itself can be up to 256 characters in length.


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


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

Parameters

values

Up to 600 possible values to match. Limit is in total across all match_condition blocks and match_values arguments. String value itself can be up to 256 characters in length.