values

@JvmName(name = "xvsokuaaipyhbsjx")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "psaphrncwcqetesu")
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 = "hsewscwyycjxsmre")
suspend fun values(vararg values: Output<String>)


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