Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PartialMatch Source #
The reference rule that partially matches the ViolationTarget
rule and
violation reason.
See: newPartialMatch
smart constructor.
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:targetViolationReasons:PartialMatch'
, partialMatch_targetViolationReasons
- The violation reason.
$sel:reference:PartialMatch'
, partialMatch_reference
- The reference rule from the primary security group of the Firewall
Manager policy.
partialMatch_targetViolationReasons :: Lens' PartialMatch (Maybe [Text]) Source #
The violation reason.
partialMatch_reference :: Lens' PartialMatch (Maybe Text) Source #
The reference rule from the primary security group of the Firewall Manager policy.