AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::ConnectPeer

CfnConnectPeer

Creates 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

import { CfnConnectPeer } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnConnectPeer

Properties

Configuration passed to the constructor as CfnConnectPeerProps.

connectAttachmentIdRequired
string

The ID of the attachment to connect.

peerAddressRequired
string

The IP address of the Connect peer.

bgpOptionsOptional
IResolvable | BgpOptionsProperty

Describes the BGP options.

coreNetworkAddressOptional
string

The IP address of a core network.

insideCidrBlocksOptional
string[]

The inside IP addresses used for a Connect peer configuration.

subnetArnOptional
string

The subnet ARN of the Connect peer.

tagsOptional
CfnTag[]

The list of key-value tags associated with the Connect peer.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter