ModifyVpnTunnelOptionsSpecification

The Amazon Web Services Site-to-Site VPN tunnel options to modify.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Link copied to clipboard

The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.

Link copied to clipboard

Turn on or off tunnel endpoint lifecycle control feature.

Link copied to clipboard

The IKE versions that are permitted for the VPN tunnel.

Link copied to clipboard

Options for logging VPN tunnel activity.

Link copied to clipboard

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Link copied to clipboard

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Link copied to clipboard

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Link copied to clipboard

The lifetime for phase 1 of the IKE negotiation, in seconds.

Link copied to clipboard

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Link copied to clipboard

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Link copied to clipboard

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Link copied to clipboard

The lifetime for phase 2 of the IKE negotiation, in seconds.

Link copied to clipboard

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

Link copied to clipboard

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Link copied to clipboard

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Link copied to clipboard

The number of packets in an IKE replay window.

Link copied to clipboard

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Link copied to clipboard

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Link copied to clipboard

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String