matchValues

@JvmName(name = "agernasipaxuiwbc")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "ehuhowpvbfaknldk")
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 = "etisqpgoutwkjtta")
suspend fun matchValues(vararg values: Output<String>)


@JvmName(name = "wrjwwqwvqegjiatu")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "ptmmovncmncqwjjk")
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.