amazonka-route53resolver-2.0: Amazon Route 53 Resolver 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.Route53Resolver.Types.FirewallRuleGroupMetadata

Description

 
Synopsis

Documentation

data FirewallRuleGroupMetadata Source #

Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.

To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.

See: newFirewallRuleGroupMetadata smart constructor.

Constructors

FirewallRuleGroupMetadata' 

Fields

  • arn :: Maybe Text

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

  • creatorRequestId :: Maybe Text

    A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

  • id :: Maybe Text

    The ID of the rule group.

  • name :: Maybe Text

    The name of the rule group.

  • ownerId :: Maybe Text

    The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

  • shareStatus :: Maybe ShareStatus

    Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).

Instances

Instances details
FromJSON FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

Generic FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

Associated Types

type Rep FirewallRuleGroupMetadata :: Type -> Type #

Read FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

Show FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

NFData FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

Eq FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

Hashable FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

type Rep FirewallRuleGroupMetadata Source # 
Instance details

Defined in Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata

type Rep FirewallRuleGroupMetadata = D1 ('MetaData "FirewallRuleGroupMetadata" "Amazonka.Route53Resolver.Types.FirewallRuleGroupMetadata" "amazonka-route53resolver-2.0-GFukx1WIgCPEXMh1BiYlp6" 'False) (C1 ('MetaCons "FirewallRuleGroupMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creatorRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "shareStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareStatus))))))

newFirewallRuleGroupMetadata :: FirewallRuleGroupMetadata Source #

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

$sel:creatorRequestId:FirewallRuleGroupMetadata', firewallRuleGroupMetadata_creatorRequestId - A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

$sel:id:FirewallRuleGroupMetadata', firewallRuleGroupMetadata_id - The ID of the rule group.

$sel:name:FirewallRuleGroupMetadata', firewallRuleGroupMetadata_name - The name of the rule group.

$sel:ownerId:FirewallRuleGroupMetadata', firewallRuleGroupMetadata_ownerId - The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

$sel:shareStatus:FirewallRuleGroupMetadata', firewallRuleGroupMetadata_shareStatus - Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).

firewallRuleGroupMetadata_arn :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

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

firewallRuleGroupMetadata_creatorRequestId :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

firewallRuleGroupMetadata_ownerId :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

firewallRuleGroupMetadata_shareStatus :: Lens' FirewallRuleGroupMetadata (Maybe ShareStatus) Source #

Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).