| 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.FMS.Types.PartialMatch
Description
Synopsis
Documentation
data PartialMatch Source #
The reference rule that partially matches the ViolationTarget rule and
violation reason.
See: newPartialMatch smart constructor.
Constructors
| PartialMatch' | |
Instances
newPartialMatch :: PartialMatch Source #
Create a value of PartialMatch 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:reference:PartialMatch', partialMatch_reference - The reference rule from the primary security group of the Firewall
Manager policy.
$sel:targetViolationReasons:PartialMatch', partialMatch_targetViolationReasons - The violation reason.
partialMatch_reference :: Lens' PartialMatch (Maybe Text) Source #
The reference rule from the primary security group of the Firewall Manager policy.
partialMatch_targetViolationReasons :: Lens' PartialMatch (Maybe [Text]) Source #
The violation reason.