AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The BGP configuration information.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.TransitGatewayAttachmentBgpConfiguration

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class TransitGatewayAttachmentBgpConfiguration

The TransitGatewayAttachmentBgpConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BgpStatus Amazon.EC2.BgpStatus

Gets and sets the property BgpStatus.

The BGP status.

Public Property PeerAddress System.String

Gets and sets the property PeerAddress.

The interior BGP peer IP address for the appliance.

Public Property PeerAsn System.Int64

Gets and sets the property PeerAsn.

The peer Autonomous System Number (ASN).

Public Property TransitGatewayAddress System.String

Gets and sets the property TransitGatewayAddress.

The interior BGP peer IP address for the transit gateway.

Public Property TransitGatewayAsn System.Int64

Gets and sets the property TransitGatewayAsn.

The transit gateway Autonomous System Number (ASN).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5