amazonka-network-firewall-2.0: Amazon Network Firewall SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Description

 
Synopsis

Documentation

data StatelessRuleGroupReference Source #

Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.

See: newStatelessRuleGroupReference smart constructor.

Constructors

StatelessRuleGroupReference' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the stateless rule group.

  • priority :: Natural

    An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

Instances

Instances details
FromJSON StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

ToJSON StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Generic StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Associated Types

type Rep StatelessRuleGroupReference :: Type -> Type #

Read StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Show StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

NFData StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Eq StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

Hashable StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

type Rep StatelessRuleGroupReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference

type Rep StatelessRuleGroupReference = D1 ('MetaData "StatelessRuleGroupReference" "Amazonka.NetworkFirewall.Types.StatelessRuleGroupReference" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "StatelessRuleGroupReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newStatelessRuleGroupReference Source #

Create a value of StatelessRuleGroupReference 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:resourceArn:StatelessRuleGroupReference', statelessRuleGroupReference_resourceArn - The Amazon Resource Name (ARN) of the stateless rule group.

$sel:priority:StatelessRuleGroupReference', statelessRuleGroupReference_priority - An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

statelessRuleGroupReference_resourceArn :: Lens' StatelessRuleGroupReference Text Source #

The Amazon Resource Name (ARN) of the stateless rule group.

statelessRuleGroupReference_priority :: Lens' StatelessRuleGroupReference Natural Source #

An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.