tunnelOptionsSpecifications

@JvmName(name = "pcboaagxligstwti")
suspend fun tunnelOptionsSpecifications(value: Output<List<GatewayVpnAttachmentTunnelOptionsSpecificationArgs>>)

Parameters

value

Configure the tunnel.

  • You can configure parameters in the tunnel_options_specification array when you create a vpn attachment in dual-tunnel mode.

  • When creating a vpn attachment in dual-tunnel mode, you must add both tunnels for the vpn attachment to ensure that the vpn attachment has link redundancy. Only two tunnels can be added to a vpn attachment. See tunnel_options_specification below.


@JvmName(name = "eojjkvwquirkdapf")
suspend fun tunnelOptionsSpecifications(vararg values: Output<GatewayVpnAttachmentTunnelOptionsSpecificationArgs>)


@JvmName(name = "yflfhryhrgqvjksd")
suspend fun tunnelOptionsSpecifications(values: List<Output<GatewayVpnAttachmentTunnelOptionsSpecificationArgs>>)
@JvmName(name = "ngrhrwfayydrassm")
suspend fun tunnelOptionsSpecifications(vararg values: GatewayVpnAttachmentTunnelOptionsSpecificationArgs)

Parameters

values

Configure the tunnel.

  • You can configure parameters in the tunnel_options_specification array when you create a vpn attachment in dual-tunnel mode.

  • When creating a vpn attachment in dual-tunnel mode, you must add both tunnels for the vpn attachment to ensure that the vpn attachment has link redundancy. Only two tunnels can be added to a vpn attachment. See tunnel_options_specification below.


@JvmName(name = "gvldrfdoomaqmaer")
suspend fun tunnelOptionsSpecifications(argument: List<suspend GatewayVpnAttachmentTunnelOptionsSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "xjnpqnuxnhftejva")
suspend fun tunnelOptionsSpecifications(vararg argument: suspend GatewayVpnAttachmentTunnelOptionsSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "wirusshluvbrtcey")
suspend fun tunnelOptionsSpecifications(argument: suspend GatewayVpnAttachmentTunnelOptionsSpecificationArgsBuilder.() -> Unit)

Parameters

argument

Configure the tunnel.

  • You can configure parameters in the tunnel_options_specification array when you create a vpn attachment in dual-tunnel mode.

  • When creating a vpn attachment in dual-tunnel mode, you must add both tunnels for the vpn attachment to ensure that the vpn attachment has link redundancy. Only two tunnels can be added to a vpn attachment. See tunnel_options_specification below.