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¶
Arguments¶
MaxResultsThe maximum number of results returned by
get_vpn_connection_device_typesin paginated output. When this parameter is used,get_vpn_connection_device_typesonly returnsMaxResultsresults in a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherget_vpn_connection_device_typesrequest with the returnedNextTokenvalue. This value can be between 200 and 1000. If this parameter is not used, thenget_vpn_connection_device_typesreturns all results.NextTokenThe
NextTokenvalue returned from a previous paginatedget_vpn_connection_device_typesrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value is null when there are no more results to return.DryRunChecks 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 isUnauthorizedOperation.
Value¶
A list with the following syntax:
list(
VpnConnectionDeviceTypes = list(
list(
VpnConnectionDeviceTypeId = "string",
Vendor = "string",
Platform = "string",
Software = "string"
)
),
NextToken = "string"
)