string Equals
suspend fun stringEquals(value: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>>)
suspend fun stringEquals(value: List<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>?)
Parameters
value
The list of string equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching.". See the structure for details
suspend fun stringEquals(vararg values: Output<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>)
suspend fun stringEquals(values: List<Output<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>>)
suspend fun stringEquals(vararg values: RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs)
Parameters
values
The list of string equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching.". See the structure for details
suspend fun stringEquals(argument: List<suspend RestoreTestingSelectionProtectedResourceConditionsStringEqualArgsBuilder.() -> Unit>)
suspend fun stringEquals(vararg argument: suspend RestoreTestingSelectionProtectedResourceConditionsStringEqualArgsBuilder.() -> Unit)
suspend fun stringEquals(argument: suspend RestoreTestingSelectionProtectedResourceConditionsStringEqualArgsBuilder.() -> Unit)
Parameters
argument
The list of string equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching.". See the structure for details