stringNotEquals

@JvmName(name = "xqursrsqavylldqo")
suspend fun stringNotEquals(value: Output<List<SelectionConditionStringNotEqualArgs>>)
@JvmName(name = "aomdgyypwvdslcis")
suspend fun stringNotEquals(value: List<SelectionConditionStringNotEqualArgs>?)

Parameters

value

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching". See below for details.


@JvmName(name = "ibbvjrtkpvqmfaeu")
suspend fun stringNotEquals(vararg values: Output<SelectionConditionStringNotEqualArgs>)


@JvmName(name = "krrrjqduyvmmedyg")
suspend fun stringNotEquals(values: List<Output<SelectionConditionStringNotEqualArgs>>)
@JvmName(name = "lwonsdfhkxkmmyav")
suspend fun stringNotEquals(vararg values: SelectionConditionStringNotEqualArgs)

Parameters

values

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching". See below for details.


@JvmName(name = "cvrmayocafsehstu")
suspend fun stringNotEquals(argument: List<suspend SelectionConditionStringNotEqualArgsBuilder.() -> Unit>)
@JvmName(name = "aklcuhorlrmtojsr")
suspend fun stringNotEquals(vararg argument: suspend SelectionConditionStringNotEqualArgsBuilder.() -> Unit)
@JvmName(name = "sbelctavbrrvfjhh")
suspend fun stringNotEquals(argument: suspend SelectionConditionStringNotEqualArgsBuilder.() -> Unit)

Parameters

argument

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching". See below for details.