| 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.GuardDuty.Types.ScanConditionPair
Description
Synopsis
Documentation
data ScanConditionPair Source #
Represents key, value pair to be matched against given resource property.
See: newScanConditionPair smart constructor.
Constructors
| ScanConditionPair' | |
Instances
Arguments
| :: Text | |
| -> ScanConditionPair |
Create a value of ScanConditionPair 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:value:ScanConditionPair', scanConditionPair_value - Represents optional value ____ in the map condition. If not specified,
only key ____ will be matched.
$sel:key:ScanConditionPair', scanConditionPair_key - Represents key ____ in the map condition.
scanConditionPair_value :: Lens' ScanConditionPair (Maybe Text) Source #
Represents optional value ____ in the map condition. If not specified, only key ____ will be matched.
scanConditionPair_key :: Lens' ScanConditionPair Text Source #
Represents key ____ in the map condition.