aws.devicefarm.list_vpce_configurations
Example SQL Queries
SELECT * FROMaws.devicefarm.list_vpce_configurations;Description
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the VPC endpoint configuration. | VARCHAR |
| service_dns_name The DNS name that maps to the private IP address of the service you want to access. | VARCHAR |
| vpce_configuration_description An optional description that provides details about your VPC endpoint configuration. | VARCHAR |
| vpce_configuration_name The friendly name you give to your VPC endpoint configuration to manage your configurations more easily. | VARCHAR |
| vpce_service_name The name of the VPC endpoint service running in your AWS account that you want Device Farm to test. | VARCHAR |