Route53Resolver.Paginator.
ListResolverConfigs
¶paginator = client.get_paginator('list_resolver_configs')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from Route53Resolver.Client.list_resolver_configs()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
{
'ResolverConfigs': [
{
'Id': 'string',
'ResourceId': 'string',
'OwnerId': 'string',
'AutodefinedReverse': 'ENABLING'|'ENABLED'|'DISABLING'|'DISABLED'|'UPDATING_TO_USE_LOCAL_RESOURCE_SETTING'|'USE_LOCAL_RESOURCE_SETTING'
},
]
}
Response Structure
An array that contains one ResolverConfigs
element for each Resolver configuration that is associated with the current Amazon Web Services account.
A complex type that contains information about a Resolver configuration for a VPC.
ID for the Resolver configuration.
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
The owner account ID of the Amazon Virtual Private Cloud VPC.
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following: