aws.ec2.get_vpn_connection_device_sample_configuration
Example SQL Queries
SELECT * FROMaws.ec2.get_vpn_connection_device_sample_configurationWHERE"vpn_connection_id" = 'VALUE'AND "vpn_connection_device_type_id" = 'VALUE';Description
Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpn_connection_device_type_id Required Input Column Device identifier provided by the GetVpnConnectionDeviceTypes API. | VARCHAR |
| vpn_connection_id Required Input Column The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration. | VARCHAR |
| 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 |
| internet_key_exchange_version Input Column The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2. | 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 |
| vpn_connection_device_sample_configuration Sample configuration file for the specified customer gateway device. | VARCHAR |