Restore Testing Selection Protected Resource Conditions Args
data class RestoreTestingSelectionProtectedResourceConditionsArgs(val stringEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>>? = null, val stringNotEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>>? = null) : ConvertibleToJava<RestoreTestingSelectionProtectedResourceConditionsArgs>
Constructors
Link copied to clipboard
constructor(stringEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>>? = null, stringNotEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>>? = null)
Properties
Link copied to clipboard
val stringEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringEqualArgs>>? = null
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
Link copied to clipboard
val stringNotEquals: Output<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqualArgs>>? = null
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