Get Vpn Connection Device Types
ec2_get_vpn_connection_device_types | R Documentation |
Obtain a list of customer gateway devices for which sample configuration files can be provided¶
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.
Usage¶
ec2_get_vpn_connection_device_types(MaxResults, NextToken, DryRun)
Arguments¶
MaxResults |
The maximum number of results returned by
|
NextToken |
The |
DryRun |
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
|
Value¶
A list with the following syntax:
list(
VpnConnectionDeviceTypes = list(
list(
VpnConnectionDeviceTypeId = "string",
Vendor = "string",
Platform = "string",
Software = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$get_vpn_connection_device_types(
MaxResults = 123,
NextToken = "string",
DryRun = TRUE|FALSE
)