stringLikes

@JvmName(name = "ntsqnyjqsarkumjy")
suspend fun stringLikes(value: Output<List<SelectionConditionStringLikeArgs>>)
@JvmName(name = "khodoovbuwxawobu")
suspend fun stringLikes(value: List<SelectionConditionStringLikeArgs>?)

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.


@JvmName(name = "guhmrqcugphpsfmk")
suspend fun stringLikes(vararg values: Output<SelectionConditionStringLikeArgs>)


@JvmName(name = "lolorrnkwaeudslx")
suspend fun stringLikes(values: List<Output<SelectionConditionStringLikeArgs>>)
@JvmName(name = "uswvotouleujmiqj")
suspend fun stringLikes(vararg values: SelectionConditionStringLikeArgs)

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.


@JvmName(name = "bfkwllltktwypvrq")
suspend fun stringLikes(argument: List<suspend SelectionConditionStringLikeArgsBuilder.() -> Unit>)
@JvmName(name = "iovhhggghwmveres")
suspend fun stringLikes(vararg argument: suspend SelectionConditionStringLikeArgsBuilder.() -> Unit)
@JvmName(name = "yqvowuatgvvdcwcu")
suspend fun stringLikes(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.