Show / Hide Table of Contents

Interface CfnConnectPeer.IBgpOptionsProperty

Describes the BGP options.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnectPeer.IBgpOptionsProperty
Syntax (vb)
Public Interface CfnConnectPeer.IBgpOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-bgpoptions.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.NetworkManager;

             var bgpOptionsProperty = new BgpOptionsProperty {
                 PeerAsn = 123
             };

Synopsis

Properties

PeerAsn

The Peer ASN of the BGP.

Properties

PeerAsn

The Peer ASN of the BGP.

double? PeerAsn { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-bgpoptions.html#cfn-networkmanager-connectpeer-bgpoptions-peerasn

Back to top Generated by DocFX