stringEquals

@JvmName(name = "wskusslvespcwvcm")
suspend fun stringEquals(value: Output<List<SelectionConditionStringEqualArgs>>)
@JvmName(name = "okwrjruplpmhnajo")
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 = "bvjgbvaioxbcbgne")
suspend fun stringEquals(vararg values: Output<SelectionConditionStringEqualArgs>)


@JvmName(name = "knttfnxibumtcjqh")
suspend fun stringEquals(values: List<Output<SelectionConditionStringEqualArgs>>)
@JvmName(name = "lgrrhshbhulvubdl")
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 = "vuxpsvdfrrgrfnxf")
suspend fun stringEquals(argument: List<suspend SelectionConditionStringEqualArgsBuilder.() -> Unit>)
@JvmName(name = "bjcllboqblgpjssu")
suspend fun stringEquals(vararg argument: suspend SelectionConditionStringEqualArgsBuilder.() -> Unit)
@JvmName(name = "rrxiovxqavdikqvp")
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.