Interface CfnTransitGatewayConnectPeer.ITransitGatewayAttachmentBgpConfigurationProperty
The BGP configuration information.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransitGatewayConnectPeer.ITransitGatewayAttachmentBgpConfigurationProperty
Syntax (vb)
Public Interface CfnTransitGatewayConnectPeer.ITransitGatewayAttachmentBgpConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var transitGatewayAttachmentBgpConfigurationProperty = new TransitGatewayAttachmentBgpConfigurationProperty {
BgpStatus = "bgpStatus",
PeerAddress = "peerAddress",
PeerAsn = 123,
TransitGatewayAddress = "transitGatewayAddress",
TransitGatewayAsn = 123
};
Synopsis
Properties
BgpStatus | The BGP status. |
PeerAddress | The interior BGP peer IP address for the appliance. |
PeerAsn | The peer Autonomous System Number (ASN). |
TransitGatewayAddress | The interior BGP peer IP address for the transit gateway. |
TransitGatewayAsn | The transit gateway Autonomous System Number (ASN). |
Properties
BgpStatus
The BGP status.
string? BgpStatus { get; }
Property Value
Remarks
PeerAddress
The interior BGP peer IP address for the appliance.
string? PeerAddress { get; }
Property Value
Remarks
PeerAsn
The peer Autonomous System Number (ASN).
double? PeerAsn { get; }
Property Value
Remarks
TransitGatewayAddress
The interior BGP peer IP address for the transit gateway.
string? TransitGatewayAddress { get; }
Property Value
Remarks
TransitGatewayAsn
The transit gateway Autonomous System Number (ASN).
double? TransitGatewayAsn { get; }