vpc_from_list | R Documentation |
Extracts subnets and security group ids as lists from a VpcConfig dict
vpc_from_list(vpc_config, do_sanitize = FALSE)
vpc_config |
(list): a VpcConfig list containing 'Subnets' and SecurityGroupIds' |
do_sanitize |
(bool): whether to sanitize the VpcConfig dict before extracting values |
list as (subnets, security_group_ids) If vpc_config parameter is None, returns (None, None)
Other vpc_utils:
vpc_configuration_env
,
vpc_sanitize()
,
vpc_to_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.