RestoreTestingSelectionProtectedResourceConditions constructor

const RestoreTestingSelectionProtectedResourceConditions({
  1. Input<List<RestoreTestingSelectionProtectedResourceConditionsStringEqual>?>? stringEquals,
  2. Input<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqual>?>? stringNotEquals,
})

Creates a new RestoreTestingSelectionProtectedResourceConditions. stringEquals 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 stringNotEquals 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

Implementation

const RestoreTestingSelectionProtectedResourceConditions({
  this.stringEquals,
  this.stringNotEquals,
});