Readonly
pre(OPTIONAL): The Secrets Manager name that stores the pre-shared key (PSK), that exists in the same account and region that the VPN Connection will be created in.
CAUTION: Changing this property value after initial deployment causes the VPN to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Include the random hash suffix value in the Secrets Manager name. This can be found using the following procedure:
NOTE: The preSharedKey
(PSK) parameter is optional. If a PSK is not provided, Amazon will generate a
PSK for you.
Readonly
tunnel(OPTIONAL): The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.
CAUTION: Changing this property value after initial deployment causes the VPN to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
The following CIDR blocks are reserved and cannot be used: - 169.254.0.0/30 - 169.254.1.0/30 - 169.254.2.0/30 - 169.254.3.0/30 - 169.254.4.0/30 - 169.254.5.0/30 - 169.254.169.252/30
Generated using TypeDoc
NetworkConfig / CustomerGatewayConfig / VpnConnectionConfig / VpnTunnelOptionsSpecificationsConfig
VPN tunnel options specification configuration. Use this configuration to define optional tunnel IP addresses and/or pre-shared keys for a site-to-site VPN connection.
Example