EC2.Paginator.
GetAssociatedIpv6PoolCidrs
¶paginator = client.get_paginator('get_associated_ipv6_pool_cidrs')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from EC2.Client.get_associated_ipv6_pool_cidrs()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PoolId='string',
DryRun=True|False,
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
[REQUIRED]
The ID of the IPv6 address pool.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.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.
dict
Response Syntax
{
'Ipv6CidrAssociations': [
{
'Ipv6Cidr': 'string',
'AssociatedResource': 'string'
},
],
}
Response Structure
(dict) --
Ipv6CidrAssociations (list) --
Information about the IPv6 CIDR block associations.
(dict) --
Describes an IPv6 CIDR block association.
Ipv6Cidr (string) --
The IPv6 CIDR block.
AssociatedResource (string) --
The resource that's associated with the IPv6 CIDR block.