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

Description

 
Synopsis

Documentation

data NetworkFirewallPolicyDescription Source #

The definition of the Network Firewall firewall policy.

See: newNetworkFirewallPolicyDescription smart constructor.

Constructors

NetworkFirewallPolicyDescription' 

Fields

Instances

Instances details
Eq NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

Read NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

Show NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

Generic NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

Associated Types

type Rep NetworkFirewallPolicyDescription :: Type -> Type #

NFData NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

Hashable NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

FromJSON NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

type Rep NetworkFirewallPolicyDescription Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallPolicyDescription

type Rep NetworkFirewallPolicyDescription = D1 ('MetaData "NetworkFirewallPolicyDescription" "Amazonka.FMS.Types.NetworkFirewallPolicyDescription" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "NetworkFirewallPolicyDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statefulRuleGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StatefulRuleGroup])) :*: S1 ('MetaSel ('Just "statelessRuleGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StatelessRuleGroup]))) :*: (S1 ('MetaSel ('Just "statelessFragmentDefaultActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "statelessCustomActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "statelessDefaultActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newNetworkFirewallPolicyDescription :: NetworkFirewallPolicyDescription Source #

Create a value of NetworkFirewallPolicyDescription 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:statefulRuleGroups:NetworkFirewallPolicyDescription', networkFirewallPolicyDescription_statefulRuleGroups - The stateful rule groups that are used in the Network Firewall firewall policy.

$sel:statelessRuleGroups:NetworkFirewallPolicyDescription', networkFirewallPolicyDescription_statelessRuleGroups - The stateless rule groups that are used in the Network Firewall firewall policy.

$sel:statelessFragmentDefaultActions:NetworkFirewallPolicyDescription', networkFirewallPolicyDescription_statelessFragmentDefaultActions - The actions to take on packet fragments that don't match any of the stateless rule groups.

$sel:statelessCustomActions:NetworkFirewallPolicyDescription', networkFirewallPolicyDescription_statelessCustomActions - Names of custom actions that are available for use in the stateless default actions settings.

$sel:statelessDefaultActions:NetworkFirewallPolicyDescription', networkFirewallPolicyDescription_statelessDefaultActions - The actions to take on packets that don't match any of the stateless rule groups.

networkFirewallPolicyDescription_statefulRuleGroups :: Lens' NetworkFirewallPolicyDescription (Maybe [StatefulRuleGroup]) Source #

The stateful rule groups that are used in the Network Firewall firewall policy.

networkFirewallPolicyDescription_statelessRuleGroups :: Lens' NetworkFirewallPolicyDescription (Maybe [StatelessRuleGroup]) Source #

The stateless rule groups that are used in the Network Firewall firewall policy.

networkFirewallPolicyDescription_statelessFragmentDefaultActions :: Lens' NetworkFirewallPolicyDescription (Maybe [Text]) Source #

The actions to take on packet fragments that don't match any of the stateless rule groups.

networkFirewallPolicyDescription_statelessCustomActions :: Lens' NetworkFirewallPolicyDescription (Maybe [Text]) Source #

Names of custom actions that are available for use in the stateless default actions settings.

networkFirewallPolicyDescription_statelessDefaultActions :: Lens' NetworkFirewallPolicyDescription (Maybe [Text]) Source #

The actions to take on packets that don't match any of the stateless rule groups.