Show / Hide Table of Contents

Interface ICfnVPNConnectionRouteProps

Properties for defining a CfnVPNConnectionRoute.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnVPNConnectionRouteProps
Syntax (vb)
Public Interface 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

Properties

DestinationCidrBlock

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

VpnConnectionId

The ID of the VPN connection.

Properties

DestinationCidrBlock

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

string DestinationCidrBlock { get; }
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.

object VpnConnectionId { get; }
Property Value

object

Remarks

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

Type union: either string or IVPNConnectionRef

Back to top Generated by DocFX