values

@JvmName(name = "davgtyugtakomxlf")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "lcqckhwjjqatpxyl")
suspend fun values(value: List<String>)

Parameters

value

Set of attribute values for the filter.

NOTE: Values specified in a filter are joined with an OR clause, while values across multiple filter blocks are joined with an AND clause. For more information, see Targets for AWS FIS.


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


@JvmName(name = "mouarcmakcgubrbb")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "nexgxtuugeqhtckh")
suspend fun values(vararg values: String)

Parameters

values

Set of attribute values for the filter.

NOTE: Values specified in a filter are joined with an OR clause, while values across multiple filter blocks are joined with an AND clause. For more information, see Targets for AWS FIS.