Show / Hide Table of Contents

Class CfnRouteServerPeerPropsMixin

Specifies a BGP peer configuration for a route server endpoint.

Inheritance
object
Mixin
CfnRouteServerPeerPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouteServerPeerPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnRouteServerPeerPropsMixin Inherits Mixin Implements IMixin
Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

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.EC2;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteServerPeerPropsMixin = new CfnRouteServerPeerPropsMixin(new CfnRouteServerPeerMixinProps {
                 BgpOptions = new BgpOptionsProperty {
                     PeerAsn = 123,
                     PeerLivenessDetection = "peerLivenessDetection"
                 },
                 PeerAddress = "peerAddress",
                 RouteServerEndpointId = "routeServerEndpointId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnRouteServerPeerPropsMixin(ICfnRouteServerPeerMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EC2::RouteServerPeer.

Properties

CFN_PROPERTY_KEYS

Specifies a BGP peer configuration for a route server endpoint.

Props

Specifies a BGP peer configuration for a route server endpoint.

Strategy

Specifies a BGP peer configuration for a route server endpoint.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnRouteServerPeerPropsMixin(ICfnRouteServerPeerMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EC2::RouteServerPeer.

public CfnRouteServerPeerPropsMixin(ICfnRouteServerPeerMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnRouteServerPeerMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Specifies a BGP peer configuration for a route server endpoint.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

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.EC2;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteServerPeerPropsMixin = new CfnRouteServerPeerPropsMixin(new CfnRouteServerPeerMixinProps {
                 BgpOptions = new BgpOptionsProperty {
                     PeerAsn = 123,
                     PeerLivenessDetection = "peerLivenessDetection"
                 },
                 PeerAddress = "peerAddress",
                 RouteServerEndpointId = "routeServerEndpointId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Specifies a BGP peer configuration for a route server endpoint.

protected virtual ICfnRouteServerPeerMixinProps Props { get; }
Property Value

ICfnRouteServerPeerMixinProps

Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

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.EC2;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteServerPeerPropsMixin = new CfnRouteServerPeerPropsMixin(new CfnRouteServerPeerMixinProps {
                 BgpOptions = new BgpOptionsProperty {
                     PeerAsn = 123,
                     PeerLivenessDetection = "peerLivenessDetection"
                 },
                 PeerAddress = "peerAddress",
                 RouteServerEndpointId = "routeServerEndpointId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Specifies a BGP peer configuration for a route server endpoint.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

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.EC2;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteServerPeerPropsMixin = new CfnRouteServerPeerPropsMixin(new CfnRouteServerPeerMixinProps {
                 BgpOptions = new BgpOptionsProperty {
                     PeerAsn = 123,
                     PeerLivenessDetection = "peerLivenessDetection"
                 },
                 PeerAddress = "peerAddress",
                 RouteServerEndpointId = "routeServerEndpointId",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

A route server peer is a session between a route server endpoint and the device deployed in AWS (such as a firewall appliance or other network security function running on an EC2 instance).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routeserverpeer.html

CloudformationResource: AWS::EC2::RouteServerPeer

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX