aws.devicefarm.get_vpce_configuration
Example SQL Queries
SELECT * FROMaws.devicefarm.get_vpce_configurationWHERE"arn" = 'VALUE';Description
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe. | VARCHAR |
| _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 |
| vpce_configuration An object that contains information about your VPC endpoint configuration. | STRUCT( |
Show child fields
| |