stringNotLikes

@JvmName(name = "scufxveqtpcdvvlm")
suspend fun stringNotLikes(value: Output<List<SelectionConditionStringNotLikeArgs>>)
@JvmName(name = "pcxnbrkrqtpulsyq")
suspend fun stringNotLikes(value: List<SelectionConditionStringNotLikeArgs>?)

Parameters

value

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string. See below for details.


@JvmName(name = "xahltrirllxprllu")
suspend fun stringNotLikes(vararg values: Output<SelectionConditionStringNotLikeArgs>)


@JvmName(name = "smuvijphjkrgulij")
suspend fun stringNotLikes(values: List<Output<SelectionConditionStringNotLikeArgs>>)
@JvmName(name = "vjrrukshykurdmrb")
suspend fun stringNotLikes(vararg values: SelectionConditionStringNotLikeArgs)

Parameters

values

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string. See below for details.


@JvmName(name = "wbxlmiwkoolvyvvw")
suspend fun stringNotLikes(argument: List<suspend SelectionConditionStringNotLikeArgsBuilder.() -> Unit>)
@JvmName(name = "dghuyariurdmhise")
suspend fun stringNotLikes(vararg argument: suspend SelectionConditionStringNotLikeArgsBuilder.() -> Unit)
@JvmName(name = "cucutjknnvsflpha")
suspend fun stringNotLikes(argument: suspend SelectionConditionStringNotLikeArgsBuilder.() -> Unit)

Parameters

argument

Filters the values of your tagged resources for non-matching tag values with the use of a wildcard character (*) anywhere in the string. See below for details.