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 subnetArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConnectPeerArgs>

AWS::NetworkManager::ConnectPeer Resource Type Definition.

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, subnetArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

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 subnetArn: Output<String>? = null

The subnet ARN for the connect peer.

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(): ConnectPeerArgs