DeviceFarm / Client / list_vpce_configurations

list_vpce_configurations#

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

Request Syntax

response = client.list_vpce_configurations(
    maxResults=123,
    nextToken='string'
)
Parameters:
  • maxResults (integer) – An integer that specifies the maximum number of items you want to return in the API response.

  • 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.

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 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

  • DeviceFarm.Client.exceptions.ArgumentException

  • DeviceFarm.Client.exceptions.ServiceAccountException