Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration-bgpstatus

PeerAddress

The interior BGP peer IP address for the appliance.

string? PeerAddress { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration-peeraddress

PeerAsn

The peer Autonomous System Number (ASN).

double? PeerAsn { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration-peerasn

TransitGatewayAddress

The interior BGP peer IP address for the transit gateway.

string? TransitGatewayAddress { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration-transitgatewayaddress

TransitGatewayAsn

The transit gateway Autonomous System Number (ASN).

double? TransitGatewayAsn { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration-transitgatewayasn

Back to top Generated by DocFX