EC2 / Paginator / GetAssociatedIpv6PoolCidrs
GetAssociatedIpv6PoolCidrs#
- class 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' } ) - Parameters:
- PoolId (string) – - [REQUIRED] - The ID of the IPv6 address pool. 
- DryRun (boolean) – Checks 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 is- UnauthorizedOperation.
- 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- { '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.