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<Map<String, String>>? = null) : ConvertibleToJava<ConnectPeerArgs>

Resource for managing an AWS NetworkManager Connect Peer. {{% examples %}}

Example Usage

{{% /examples %}}

Import

aws_networkmanager_connect_peer can be imported using the connect peer ID, e.g.

$ pulumi import aws:networkmanager/connectPeer:ConnectPeer example connect-peer-061f3e96275db1acc

Constructors

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

Properties

Link copied to clipboard

The Connect peer BGP options.

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

The ID of the connection attachment.

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

A Connect peer core network address.

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

The inside IP addresses used for BGP peering.

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

The Connect peer address. The following arguments are optional:

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Key-value tags for the attachment. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

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