stringEquals

@JvmName(name = "mvohpwitykwycqwp")
suspend fun stringEquals(value: Output<List<SelectionConditionStringEqualArgs>>)
@JvmName(name = "jwstbnddhlxqmegx")
suspend fun stringEquals(value: List<SelectionConditionStringEqualArgs>?)

Parameters

value

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching". See below for details.


@JvmName(name = "okvtaqgcuxmenhip")
suspend fun stringEquals(vararg values: Output<SelectionConditionStringEqualArgs>)


@JvmName(name = "yjbehmbmbrfgahoy")
suspend fun stringEquals(values: List<Output<SelectionConditionStringEqualArgs>>)
@JvmName(name = "xlhpjwpdjaqwtvca")
suspend fun stringEquals(vararg values: SelectionConditionStringEqualArgs)

Parameters

values

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching". See below for details.


@JvmName(name = "sepbmllovupyoehg")
suspend fun stringEquals(argument: List<suspend SelectionConditionStringEqualArgsBuilder.() -> Unit>)
@JvmName(name = "mosjkvndrlhamfak")
suspend fun stringEquals(vararg argument: suspend SelectionConditionStringEqualArgsBuilder.() -> Unit)
@JvmName(name = "nwbuoqfbiattrrpb")
suspend fun stringEquals(argument: suspend SelectionConditionStringEqualArgsBuilder.() -> Unit)

Parameters

argument

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching". See below for details.