aws.ec2.get_vpn_connection_device_types
Example SQL Queries
SELECT * FROMaws.ec2.get_vpn_connection_device_types;Description
Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| _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 |
| platform Customer gateway device platform. | VARCHAR |
| software Customer gateway device software version. | VARCHAR |
| vendor Customer gateway device vendor. | VARCHAR |
| vpn_connection_device_type_id Customer gateway device identifier. | VARCHAR |