vpc_sanitize | R Documentation |
Checks that an instance of VpcConfig has the expected keys and values, removes unexpected keys, and raises ValueErrors if any expectations are violated
vpc_sanitize(vpc_config = NULL)
vpc_config |
(list): a VpcConfig dict containing 'Subnets' and SecurityGroupIds' |
A valid VpcConfig dict containing only 'Subnets' and 'SecurityGroupIds' from the vpc_config parameter If vpc_config parameter is None, returns None
Other vpc_utils:
vpc_configuration_env
,
vpc_from_list()
,
vpc_to_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.