AWS::NetworkManager::ConnectPeerCreates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
import { CfnConnectPeer } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnConnectPeerConfiguration passed to the constructor as CfnConnectPeerProps.
connectAttachmentIdRequiredstringThe ID of the attachment to connect.
peerAddressRequiredstringThe IP address of the Connect peer.
bgpOptionsOptionalIResolvable | BgpOptionsPropertyDescribes the BGP options.
coreNetworkAddressOptionalstringThe IP address of a core network.
insideCidrBlocksOptionalstring[]The inside IP addresses used for a Connect peer configuration.
subnetArnOptionalstringThe subnet ARN of the Connect peer.
tagsOptionalCfnTag[]The list of key-value tags associated with the Connect peer.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::ConnectPeer