WorkSpaces / Paginator / ListAvailableManagementCidrRanges

ListAvailableManagementCidrRanges#

class WorkSpaces.Paginator.ListAvailableManagementCidrRanges#
paginator = client.get_paginator('list_available_management_cidr_ranges')
paginate(**kwargs)#

Creates an iterator that will paginate through responses from WorkSpaces.Client.list_available_management_cidr_ranges().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    ManagementCidrRangeConstraint='string',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • ManagementCidrRangeConstraint (string) –

    [REQUIRED]

    The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).

  • 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 NextToken will 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 NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'ManagementCidrRanges': [
        'string',
    ],

}

Response Structure

  • (dict) –

    • ManagementCidrRanges (list) –

      The list of available IP address ranges, specified as IPv4 CIDR blocks.

      • (string) –