string Likes
Parameters
value
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*
) anywhere in the string. For example, prod*
or *rod*
matches the tag value production
. See below for details.
Parameters
values
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*
) anywhere in the string. For example, prod*
or *rod*
matches the tag value production
. See below for details.
suspend fun stringLikes(vararg argument: suspend SelectionConditionStringLikeArgsBuilder.() -> Unit)
Parameters
argument
Filters the values of your tagged resources for matching tag values with the use of a wildcard character (*
) anywhere in the string. For example, prod*
or *rod*
matches the tag value production
. See below for details.