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.StatelessRuleGroup

Description

 
Synopsis

Documentation

data StatelessRuleGroup Source #

Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.

See: newStatelessRuleGroup smart constructor.

Constructors

StatelessRuleGroup' 

Fields

Instances

Instances details
Eq StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

Read StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

Show StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

Generic StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

Associated Types

type Rep StatelessRuleGroup :: Type -> Type #

NFData StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

Methods

rnf :: StatelessRuleGroup -> () #

Hashable StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

FromJSON StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

type Rep StatelessRuleGroup Source # 
Instance details

Defined in Amazonka.FMS.Types.StatelessRuleGroup

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

newStatelessRuleGroup :: StatelessRuleGroup Source #

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

$sel:priority:StatelessRuleGroup', statelessRuleGroup_priority - The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.

$sel:ruleGroupName:StatelessRuleGroup', statelessRuleGroup_ruleGroupName - The name of the rule group.

statelessRuleGroup_priority :: Lens' StatelessRuleGroup (Maybe Natural) Source #

The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.