values

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


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