Name | Type | Description | Notes |
---|---|---|---|
_type | i32 | ||
name | String | ||
description | Option<String> | [optional] | |
region | Option<String> | [optional] | |
public_ip | String | the public ip of the VPN server to attach to | |
psk | Option<String> | the PSK for the connection, if left empty it is generated by aws | [optional] |
asn | Option<i32> | if type = 3 is selected, this parameter must be specified and denotes the autonomous system number |
[optional] |
premise_cidr | Vec | ||
inside_cidr | Option<Vec> | up to 3 private ip address ranges denoting the BGP routers CIDR. if left empty, these are generated | [optional] |