AWS::EC2::RouteServerPeerSpecifies a BGP peer configuration for a route server endpoint. A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).
import { CfnRouteServerPeer } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnRouteServerPeerConfiguration passed to the constructor as CfnRouteServerPeerProps.
bgpOptionsRequiredIResolvable | BgpOptionsPropertyThe BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.
peerAddressRequiredstringThe IPv4 address of the peer device.
routeServerEndpointIdRequiredstringThe ID of the route server endpoint associated with this peer.
tagsOptionalCfnTag[]Any tags assigned to the route server peer.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::RouteServerPeer