Show / Hide Table of Contents

Class CfnVPNConnectionRouteProps

Properties for defining a CfnVPNConnectionRoute.

Inheritance
object
CfnVPNConnectionRouteProps
Implements
ICfnVPNConnectionRouteProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPNConnectionRouteProps : ICfnVPNConnectionRouteProps
Syntax (vb)
Public Class CfnVPNConnectionRouteProps Implements ICfnVPNConnectionRouteProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnectionroute.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 cfnVPNConnectionRouteProps = new CfnVPNConnectionRouteProps {
                 DestinationCidrBlock = "destinationCidrBlock",
                 VpnConnectionId = "vpnConnectionId"
             };

Synopsis

Constructors

CfnVPNConnectionRouteProps()

Properties for defining a CfnVPNConnectionRoute.

Properties

DestinationCidrBlock

The CIDR block associated with the local subnet of the customer network.

VpnConnectionId

The ID of the VPN connection.

Constructors

CfnVPNConnectionRouteProps()

Properties for defining a CfnVPNConnectionRoute.

public CfnVPNConnectionRouteProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnectionroute.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 cfnVPNConnectionRouteProps = new CfnVPNConnectionRouteProps {
                 DestinationCidrBlock = "destinationCidrBlock",
                 VpnConnectionId = "vpnConnectionId"
             };

Properties

DestinationCidrBlock

The CIDR block associated with the local subnet of the customer network.

public string DestinationCidrBlock { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnectionroute.html#cfn-ec2-vpnconnectionroute-destinationcidrblock

VpnConnectionId

The ID of the VPN connection.

public string VpnConnectionId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnectionroute.html#cfn-ec2-vpnconnectionroute-vpnconnectionid

Implements

ICfnVPNConnectionRouteProps
Back to top Generated by DocFX