| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.SearchResourcesCriteria
Description
Synopsis
- data SearchResourcesCriteria = SearchResourcesCriteria' {}
- newSearchResourcesCriteria :: SearchResourcesCriteria
- searchResourcesCriteria_simpleCriterion :: Lens' SearchResourcesCriteria (Maybe SearchResourcesSimpleCriterion)
- searchResourcesCriteria_tagCriterion :: Lens' SearchResourcesCriteria (Maybe SearchResourcesTagCriterion)
Documentation
data SearchResourcesCriteria Source #
Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.
See: newSearchResourcesCriteria smart constructor.
Constructors
| SearchResourcesCriteria' | |
Fields
| |
Instances
newSearchResourcesCriteria :: SearchResourcesCriteria Source #
Create a value of SearchResourcesCriteria with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:simpleCriterion:SearchResourcesCriteria', searchResourcesCriteria_simpleCriterion - A property-based condition that defines a property, operator, and one or
more values for including or excluding resources from the results.
$sel:tagCriterion:SearchResourcesCriteria', searchResourcesCriteria_tagCriterion - A tag-based condition that defines an operator and tag keys, tag values,
or tag key and value pairs for including or excluding resources from the
results.
searchResourcesCriteria_simpleCriterion :: Lens' SearchResourcesCriteria (Maybe SearchResourcesSimpleCriterion) Source #
A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.
searchResourcesCriteria_tagCriterion :: Lens' SearchResourcesCriteria (Maybe SearchResourcesTagCriterion) Source #
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.