Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListResolverRuleAssociationsRequest

import type { ListResolverRuleAssociationsRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListResolverRuleAssociationsRequest {
Filters?: Filter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.

Note: If you submit a second or subsequent ListResolverRuleAssociations request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.

§
MaxResults?: number | null
[src]

The maximum number of rule associations that you want to return in the response to a ListResolverRuleAssociations request. If you don't specify a value for MaxResults, Resolver returns up to 100 rule associations.

§
NextToken?: string | null
[src]

For the first ListResolverRuleAssociation request, omit this value.

If you have more than MaxResults rule associations, you can submit another ListResolverRuleAssociation request to get the next group of rule associations. In the next request, specify the value of NextToken from the previous response.