ConnectPeerArgs

data class ConnectPeerArgs(val bgpOptions: Output<ConnectPeerBgpOptionsArgs>? = null, val connectAttachmentId: Output<String>? = null, val coreNetworkAddress: Output<String>? = null, val insideCidrBlocks: Output<List<String>>? = null, val peerAddress: Output<String>? = null, val tags: Output<List<ConnectPeerTagArgs>>? = null) : ConvertibleToJava<ConnectPeerArgs>

AWS::NetworkManager::ConnectPeer Resource Type Definition.

Constructors

Link copied to clipboard
fun ConnectPeerArgs(bgpOptions: Output<ConnectPeerBgpOptionsArgs>? = null, connectAttachmentId: Output<String>? = null, coreNetworkAddress: Output<String>? = null, insideCidrBlocks: Output<List<String>>? = null, peerAddress: Output<String>? = null, tags: Output<List<ConnectPeerTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

Bgp options for connect peer.

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

The ID of the attachment to connect.

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

The IP address of a core network.

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

The inside IP addresses used for a Connect peer configuration.

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

The IP address of the Connect peer.

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

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