EC2 / Paginator / GetIpamPrefixListResolverVersionEntries
GetIpamPrefixListResolverVersionEntries¶
- class EC2.Paginator.GetIpamPrefixListResolverVersionEntries¶
paginator = client.get_paginator('get_ipam_prefix_list_resolver_version_entries')
- paginate(**kwargs)¶
Creates an iterator that will paginate through responses from
EC2.Client.get_ipam_prefix_list_resolver_version_entries().See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( DryRun=True|False, IpamPrefixListResolverId='string', IpamPrefixListResolverVersion=123, PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
DryRun (boolean) – A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.IpamPrefixListResolverId (string) –
[REQUIRED]
The ID of the IPAM prefix list resolver whose version entries you want to retrieve.
IpamPrefixListResolverVersion (integer) –
[REQUIRED]
The version number of the resolver for which to retrieve CIDR entries. If not specified, the latest version is used.
PaginationConfig (dict) –
A dictionary that provides parameters to control pagination.
MaxItems (integer) –
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
NextTokenwill be provided in the output that you can use to resume pagination.PageSize (integer) –
The size of each page.
StartingToken (string) –
A token to specify where to start paginating. This is the
NextTokenfrom a previous response.
- Return type:
dict
- Returns:
Response Syntax
{ 'Entries': [ { 'Cidr': 'string' }, ], }
Response Structure
(dict) –
Entries (list) –
The CIDR entries for the specified resolver version.
(dict) –
Describes a CIDR entry in a specific version of an IPAM prefix list resolver. This represents a CIDR that was selected and synchronized at a particular point in time.
Cidr (string) –
The CIDR block that was selected and synchronized in this resolver version.