Class CfnConnectPeerPropsMixin.BgpOptionsProperty
Describes the BGP options.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectPeerPropsMixin.BgpOptionsProperty : CfnConnectPeerPropsMixin.IBgpOptionsProperty
Syntax (vb)
Public Class CfnConnectPeerPropsMixin.BgpOptionsProperty Implements CfnConnectPeerPropsMixin.IBgpOptionsProperty
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.CfnPropertyMixins.AWS.NetworkManager;
var bgpOptionsProperty = new BgpOptionsProperty {
PeerAsn = 123
};
Synopsis
Constructors
| BgpOptionsProperty() | Describes the BGP options. |
Properties
| PeerAsn | The Peer ASN of the BGP. |
Constructors
BgpOptionsProperty()
Describes the BGP options.
public BgpOptionsProperty()
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.CfnPropertyMixins.AWS.NetworkManager;
var bgpOptionsProperty = new BgpOptionsProperty {
PeerAsn = 123
};
Properties
PeerAsn
The Peer ASN of the BGP.
public double? PeerAsn { get; set; }