RouteServerPeerArgs

data class RouteServerPeerArgs(val bgpOptions: Output<RouteServerPeerBgpOptionsArgs>? = null, val peerAddress: Output<String>? = null, val routeServerEndpointId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RouteServerPeerArgs>

VPC Route Server Peer

Constructors

Link copied to clipboard
constructor(bgpOptions: Output<RouteServerPeerBgpOptionsArgs>? = null, peerAddress: Output<String>? = null, routeServerEndpointId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.

Link copied to clipboard
val peerAddress: Output<String>? = null

IP address of the Route Server Peer

Link copied to clipboard
val routeServerEndpointId: Output<String>? = null

Route Server Endpoint ID

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): RouteServerPeerArgs