DeviceFarm / Paginator / ListVPCEConfigurations
ListVPCEConfigurations#
- class DeviceFarm.Paginator.ListVPCEConfigurations#
- paginator = client.get_paginator('list_vpce_configurations') - paginate(**kwargs)#
- Creates an iterator that will paginate through responses from - DeviceFarm.Client.list_vpce_configurations().- See also: AWS API Documentation - Request Syntax - response_iterator = paginator.paginate( PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) - Parameters:
- 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 - { 'vpceConfigurations': [ { 'arn': 'string', 'vpceConfigurationName': 'string', 'vpceServiceName': 'string', 'serviceDnsName': 'string', 'vpceConfigurationDescription': 'string' }, ], 'NextToken': 'string' } - Response Structure - (dict) – - vpceConfigurations (list) – - An array of - VPCEConfigurationobjects that contain information about your VPC endpoint configuration.- (dict) – - Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration. - arn (string) – - The Amazon Resource Name (ARN) of the VPC endpoint configuration. 
- vpceConfigurationName (string) – - The friendly name you give to your VPC endpoint configuration to manage your configurations more easily. 
- vpceServiceName (string) – - The name of the VPC endpoint service running in your AWS account that you want Device Farm to test. 
- serviceDnsName (string) – - The DNS name that maps to the private IP address of the service you want to access. 
- vpceConfigurationDescription (string) – - An optional description that provides details about your VPC endpoint configuration. 
 
 
- NextToken (string) – - A token to resume pagination.