| 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 |
Amazonka.SecurityHub.Types.WafExcludedRule
Description
Synopsis
Documentation
data WafExcludedRule Source #
Details about a rule to exclude from a rule group.
See: newWafExcludedRule smart constructor.
Constructors
| WafExcludedRule' | |
Instances
newWafExcludedRule :: WafExcludedRule Source #
Create a value of WafExcludedRule 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:ruleId:WafExcludedRule', wafExcludedRule_ruleId - The unique identifier for the rule to exclude from the rule group.
wafExcludedRule_ruleId :: Lens' WafExcludedRule (Maybe Text) Source #
The unique identifier for the rule to exclude from the rule group.