get_vpce_configuration
(**kwargs)¶Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
See also: AWS API Documentation
Request Syntax
response = client.get_vpce_configuration(
arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
{
'vpceConfiguration': {
'arn': 'string',
'vpceConfigurationName': 'string',
'vpceServiceName': 'string',
'serviceDnsName': 'string',
'vpceConfigurationDescription': 'string'
}
}
Response Structure
An object that contains information about your VPC endpoint configuration.
The Amazon Resource Name (ARN) of the VPC endpoint configuration.
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
The DNS name that maps to the private IP address of the service you want to access.
An optional description that provides details about your VPC endpoint configuration.
Exceptions
DeviceFarm.Client.exceptions.ArgumentException
DeviceFarm.Client.exceptions.NotFoundException
DeviceFarm.Client.exceptions.ServiceAccountException