Connect Peer Args
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
The ID of the attachment to connect.
Link copied to clipboard
The IP address of a core network.
Link copied to clipboard
The inside IP addresses used for a Connect peer configuration.
Link copied to clipboard
The IP address of the Connect peer.