filters

@JvmName(name = "hdsryyakxknhdguq")
suspend fun filters(value: Output<List<String>>)
@JvmName(name = "lgwkmqgoimlawrnv")
suspend fun filters(value: List<String>?)

Parameters

value

Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.


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


@JvmName(name = "nvjxbcupxrgdrsmv")
suspend fun filters(values: List<Output<String>>)
@JvmName(name = "dfrxofnaeseupmxu")
suspend fun filters(vararg values: String)

Parameters

values

Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.