NetworkConfig / CustomerGatewayConfig / VpnConnectionConfig / VpnTunnelOptionsSpecificationsConfig

VPN tunnel options specification configuration. Used to define tunnel IP addresses and/or pre-shared keys for a site-to-site VPN connection

Example

- tunnelInsideCidr: 169.254.200.0/30
preSharedKey: Key1-AbcXyz
- tunnelInsideCidr: 169.254.200.100/30

Hierarchy

  • VpnTunnelOptionsSpecificationsConfig

Implements

Constructors

Properties

Constructors

Properties

preSharedKey: undefined | string = undefined

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.

Remarks

Include the random hash that prepends the Secrets Manager name.

tunnelInsideCidr: undefined | string = undefined

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.

Remarks

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