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

Description

Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.

A single call might return only a partial list of the associations. For information, see MaxResults.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFirewallRuleGroupAssociations Source #

See: newListFirewallRuleGroupAssociations smart constructor.

Constructors

ListFirewallRuleGroupAssociations' 

Fields

  • firewallRuleGroupId :: Maybe Text

    The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.

  • maxResults :: Maybe Natural

    The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

    If you don't specify a value for MaxResults, Resolver returns up to 100 objects.

  • nextToken :: Maybe Text

    For the first call to this list request, omit this value.

    When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults. If more objects are available for retrieval, Resolver returns a NextToken value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.

  • priority :: Maybe Int

    The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.

  • status :: Maybe FirewallRuleGroupAssociationStatus

    The association Status setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.

  • vpcId :: Maybe Text

    The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.

Instances

Instances details
ToJSON ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

ToHeaders ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

ToPath ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

ToQuery ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

AWSPager ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

AWSRequest ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Generic ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Associated Types

type Rep ListFirewallRuleGroupAssociations :: Type -> Type #

Read ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Show ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

NFData ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Eq ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Hashable ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

type AWSResponse ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

type Rep ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

type Rep ListFirewallRuleGroupAssociations = D1 ('MetaData "ListFirewallRuleGroupAssociations" "Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations" "amazonka-route53resolver-2.0-GFukx1WIgCPEXMh1BiYlp6" 'False) (C1 ('MetaCons "ListFirewallRuleGroupAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "firewallRuleGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FirewallRuleGroupAssociationStatus)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListFirewallRuleGroupAssociations :: ListFirewallRuleGroupAssociations Source #

Create a value of ListFirewallRuleGroupAssociations 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:

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociations_firewallRuleGroupId - The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.

$sel:maxResults:ListFirewallRuleGroupAssociations', listFirewallRuleGroupAssociations_maxResults - The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don't specify a value for MaxResults, Resolver returns up to 100 objects.

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociations_nextToken - For the first call to this list request, omit this value.

When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults. If more objects are available for retrieval, Resolver returns a NextToken value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociations_priority - The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociations_status - The association Status setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociations_vpcId - The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.

Request Lenses

listFirewallRuleGroupAssociations_firewallRuleGroupId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.

listFirewallRuleGroupAssociations_maxResults :: Lens' ListFirewallRuleGroupAssociations (Maybe Natural) Source #

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don't specify a value for MaxResults, Resolver returns up to 100 objects.

listFirewallRuleGroupAssociations_nextToken :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

For the first call to this list request, omit this value.

When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults. If more objects are available for retrieval, Resolver returns a NextToken value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.

listFirewallRuleGroupAssociations_priority :: Lens' ListFirewallRuleGroupAssociations (Maybe Int) Source #

The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.

listFirewallRuleGroupAssociations_status :: Lens' ListFirewallRuleGroupAssociations (Maybe FirewallRuleGroupAssociationStatus) Source #

The association Status setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.

listFirewallRuleGroupAssociations_vpcId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.

Destructuring the Response

data ListFirewallRuleGroupAssociationsResponse Source #

Constructors

ListFirewallRuleGroupAssociationsResponse' 

Fields

Instances

Instances details
Generic ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Read ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Show ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

NFData ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Eq ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

type Rep ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

type Rep ListFirewallRuleGroupAssociationsResponse = D1 ('MetaData "ListFirewallRuleGroupAssociationsResponse" "Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations" "amazonka-route53resolver-2.0-GFukx1WIgCPEXMh1BiYlp6" 'False) (C1 ('MetaCons "ListFirewallRuleGroupAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallRuleGroupAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FirewallRuleGroupAssociation])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFirewallRuleGroupAssociationsResponse Source #

Create a value of ListFirewallRuleGroupAssociationsResponse 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:firewallRuleGroupAssociations:ListFirewallRuleGroupAssociationsResponse', listFirewallRuleGroupAssociationsResponse_firewallRuleGroupAssociations - A list of your firewall rule group associations.

This might be a partial list of the associations that you have defined. For information, see MaxResults.

ListFirewallRuleGroupAssociations, listFirewallRuleGroupAssociationsResponse_nextToken - If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.

$sel:httpStatus:ListFirewallRuleGroupAssociationsResponse', listFirewallRuleGroupAssociationsResponse_httpStatus - The response's http status code.

Response Lenses

listFirewallRuleGroupAssociationsResponse_firewallRuleGroupAssociations :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe [FirewallRuleGroupAssociation]) Source #

A list of your firewall rule group associations.

This might be a partial list of the associations that you have defined. For information, see MaxResults.

listFirewallRuleGroupAssociationsResponse_nextToken :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe Text) Source #

If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.