libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver
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.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

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

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

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

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

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

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

Instances

Instances details
Eq ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Read ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Show 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 #

NFData ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

Hashable ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

ToJSON 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

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

type Rep ListFirewallRuleGroupAssociations Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

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

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

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:

$sel:status: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.

$sel:firewallRuleGroupId: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:priority: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.

$sel:vpcId: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.

$sel:nextToken: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.

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

Request Lenses

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

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

Destructuring the Response

data ListFirewallRuleGroupAssociationsResponse Source #

Constructors

ListFirewallRuleGroupAssociationsResponse' 

Fields

Instances

Instances details
Eq 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

Generic ListFirewallRuleGroupAssociationsResponse Source # 
Instance details

Defined in Amazonka.Route53Resolver.ListFirewallRuleGroupAssociations

NFData 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" "libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver" '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.

$sel:nextToken: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.