:doc:`DeviceFarm <../../devicefarm>` / Client / list_vpce_configurations

************************
list_vpce_configurations
************************



.. py:method:: DeviceFarm.Client.list_vpce_configurations(**kwargs)

  

  Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListVPCEConfigurations>`_  


  **Request Syntax**
  ::

    response = client.list_vpce_configurations(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    An integer that specifies the maximum number of items you want to return in the API response.

    

  
  :type nextToken: string
  :param nextToken: 

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

    

  
  
  :rtype: 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 ``VPCEConfiguration`` objects 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) --* 

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.ServiceAccountException`

  