interface TransitGatewayAttachmentBgpConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnTransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTransitGatewayConnectPeer_TransitGatewayAttachmentBgpConfigurationProperty |
![]() | software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfigurationProperty |
![]() | aws_cdk.aws_ec2.CfnTransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfigurationProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnTransitGatewayConnectPeer » TransitGatewayAttachmentBgpConfigurationProperty |
The BGP configuration information.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const transitGatewayAttachmentBgpConfigurationProperty: ec2.CfnTransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfigurationProperty = {
bgpStatus: 'bgpStatus',
peerAddress: 'peerAddress',
peerAsn: 123,
transitGatewayAddress: 'transitGatewayAddress',
transitGatewayAsn: 123,
};
Properties
Name | Type | Description |
---|---|---|
bgp | string | The BGP status. |
peer | string | The interior BGP peer IP address for the appliance. |
peer | number | The peer Autonomous System Number (ASN). |
transit | string | The interior BGP peer IP address for the transit gateway. |
transit | number | The transit gateway Autonomous System Number (ASN). |
bgpStatus?
Type:
string
(optional)
The BGP status.
peerAddress?
Type:
string
(optional)
The interior BGP peer IP address for the appliance.
peerAsn?
Type:
number
(optional)
The peer Autonomous System Number (ASN).
transitGatewayAddress?
Type:
string
(optional)
The interior BGP peer IP address for the transit gateway.
transitGatewayAsn?
Type:
number
(optional)
The transit gateway Autonomous System Number (ASN).