libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • ruleId :: Maybe Text

    The unique identifier for the rule to exclude from the rule group.

Instances

Instances details
Eq WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

Read WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

Show WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

Generic WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

Associated Types

type Rep WafExcludedRule :: Type -> Type #

NFData WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

Methods

rnf :: WafExcludedRule -> () #

Hashable WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

ToJSON WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

FromJSON WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

type Rep WafExcludedRule Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.WafExcludedRule

type Rep WafExcludedRule = D1 ('MetaData "WafExcludedRule" "Amazonka.SecurityHub.Types.WafExcludedRule" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "WafExcludedRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.