string Not Equals
suspend fun stringNotEquals(value: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>>)
suspend fun stringNotEquals(value: List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>?)
Parameters
value
The list of string not equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching.". See the structure for details
suspend fun stringNotEquals(vararg values: Output<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>)
suspend fun stringNotEquals(values: List<Output<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>>)
suspend fun stringNotEquals(vararg values: RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs)
Parameters
values
The list of string not equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching.". See the structure for details
suspend fun stringNotEquals(argument: List<suspend RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgsBuilder.() -> Unit>)
suspend fun stringNotEquals(vararg argument: suspend RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgsBuilder.() -> Unit)
suspend fun stringNotEquals(argument: suspend RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgsBuilder.() -> Unit)
Parameters
argument
The list of string not equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching.". See the structure for details