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

Description

 
Synopsis

Documentation

data IPSetReference Source #

Configures one or more IP set references for a Suricata-compatible rule group. This is used in CreateRuleGroup or UpdateRuleGroup. An IP set reference is a rule variable that references a resource that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the IP set you are referencing in your rule, Network Firewall automatically updates the rule's content with the changes. For more information about IP set references in Network Firewall, see Using IP set references in the Network Firewall Developer Guide.

Network Firewall currently supports only Amazon VPC prefix lists as IP set references.

See: newIPSetReference smart constructor.

Constructors

IPSetReference' 

Fields

  • referenceArn :: Maybe Text

    The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.

Instances

Instances details
FromJSON IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

ToJSON IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

Generic IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

Associated Types

type Rep IPSetReference :: Type -> Type #

Read IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

Show IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

NFData IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

Methods

rnf :: IPSetReference -> () #

Eq IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

Hashable IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

type Rep IPSetReference Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.IPSetReference

type Rep IPSetReference = D1 ('MetaData "IPSetReference" "Amazonka.NetworkFirewall.Types.IPSetReference" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "IPSetReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "referenceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIPSetReference :: IPSetReference Source #

Create a value of IPSetReference 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:referenceArn:IPSetReference', iPSetReference_referenceArn - The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.

iPSetReference_referenceArn :: Lens' IPSetReference (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.