libZSservicesZSamazonka-fmsZSamazonka-fms
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.FMS.Types.StatefulRuleGroup

Description

 
Synopsis

Documentation

data StatefulRuleGroup Source #

Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.

See: newStatefulRuleGroup smart constructor.

Constructors

StatefulRuleGroup' 

Fields

Instances

Instances details
Eq StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

Read StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

Show StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

Generic StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

Associated Types

type Rep StatefulRuleGroup :: Type -> Type #

NFData StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

Methods

rnf :: StatefulRuleGroup -> () #

Hashable StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

FromJSON StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

type Rep StatefulRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatefulRuleGroup

type Rep StatefulRuleGroup = D1 ('MetaData "StatefulRuleGroup" "Amazonka.FMS.Types.StatefulRuleGroup" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "StatefulRuleGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStatefulRuleGroup :: StatefulRuleGroup Source #

Create a value of StatefulRuleGroup 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:resourceId:StatefulRuleGroup', statefulRuleGroup_resourceId - The resource ID of the rule group.

$sel:ruleGroupName:StatefulRuleGroup', statefulRuleGroup_ruleGroupName - The name of the rule group.

statefulRuleGroup_resourceId :: Lens' StatefulRuleGroup (Maybe Text) Source #

The resource ID of the rule group.