libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall
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.NetworkFirewall.Types.RuleGroupMetadata

Description

 
Synopsis

Documentation

data RuleGroupMetadata Source #

High-level information about a rule group, returned by ListRuleGroups. You can use the information provided in the metadata to retrieve and manage a rule group.

See: newRuleGroupMetadata smart constructor.

Constructors

RuleGroupMetadata' 

Fields

  • arn :: Maybe Text

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

  • name :: Maybe Text

    The descriptive name of the rule group. You can't change the name of a rule group after you create it.

Instances

Instances details
Eq RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

Read RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

Show RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

Generic RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

Associated Types

type Rep RuleGroupMetadata :: Type -> Type #

NFData RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

Methods

rnf :: RuleGroupMetadata -> () #

Hashable RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

FromJSON RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

type Rep RuleGroupMetadata Source # 
Instance details

Defined in Amazonka.NetworkFirewall.Types.RuleGroupMetadata

type Rep RuleGroupMetadata = D1 ('MetaData "RuleGroupMetadata" "Amazonka.NetworkFirewall.Types.RuleGroupMetadata" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" 'False) (C1 ('MetaCons "RuleGroupMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRuleGroupMetadata :: RuleGroupMetadata Source #

Create a value of RuleGroupMetadata 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:arn:RuleGroupMetadata', ruleGroupMetadata_arn - The Amazon Resource Name (ARN) of the rule group.

$sel:name:RuleGroupMetadata', ruleGroupMetadata_name - The descriptive name of the rule group. You can't change the name of a rule group after you create it.

ruleGroupMetadata_arn :: Lens' RuleGroupMetadata (Maybe Text) Source #

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

ruleGroupMetadata_name :: Lens' RuleGroupMetadata (Maybe Text) Source #

The descriptive name of the rule group. You can't change the name of a rule group after you create it.