Utility functions
Utility functions. list_to_array
converts a list or a vector to an
Array object in AWS Documentation. list_to_filter
converts a filter
list to an Array object.
list_to_array(prefix, x) list_to_filter(x)
prefix |
Character, the name of the parameter |
x |
List or Vector, the value of the parameter |
A list object
vpc_id = c("vpc-081ec835f3", "vpc-0ee975135d", "vpc-06e4ab6c6c") list_to_array("VpcId", vpc_id) filter = list(`dhcp-options-id` = c("dopt-7a8b9c2d", "dopt-2b2a3d3c"), state="available") list_to_filter(filter)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.