tunnel Bgp Config
suspend fun tunnelBgpConfig(value: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgs>)
suspend fun tunnelBgpConfig(value: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgs?)
Parameters
value
Add the BGP configuration for the tunnel.
NOTE: After you enable the BGP function for IPsec connections (that is, specify
EnableTunnelsBgp
astrue
), you must configure this parameter. Seetunnel_bgp_config
below.
suspend fun tunnelBgpConfig(argument: suspend GatewayVpnAttachmentTunnelOptionsSpecificationTunnelBgpConfigArgsBuilder.() -> Unit)
Parameters
argument
Add the BGP configuration for the tunnel.
NOTE: After you enable the BGP function for IPsec connections (that is, specify
EnableTunnelsBgp
astrue
), you must configure this parameter. Seetunnel_bgp_config
below.