Class CfnVPNConnectionRouteProps
Properties for defining a CfnVPNConnectionRoute
.
Inheritance
System.Object
CfnVPNConnectionRouteProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPNConnectionRouteProps : Object, ICfnVPNConnectionRouteProps
Syntax (vb)
Public Class CfnVPNConnectionRouteProps
Inherits Object
Implements ICfnVPNConnectionRouteProps
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.AWS.EC2;
var cfnVPNConnectionRouteProps = new CfnVPNConnectionRouteProps {
DestinationCidrBlock = "destinationCidrBlock",
VpnConnectionId = "vpnConnectionId"
};
Synopsis
Constructors
CfnVPNConnectionRouteProps() |
Properties
DestinationCidrBlock | The CIDR block associated with the local subnet of the customer network. |
VpnConnectionId | The ID of the VPN connection. |
Constructors
CfnVPNConnectionRouteProps()
public CfnVPNConnectionRouteProps()
Properties
DestinationCidrBlock
The CIDR block associated with the local subnet of the customer network.
public string DestinationCidrBlock { get; set; }
Property Value
System.String
Remarks
VpnConnectionId
The ID of the VPN connection.
public string VpnConnectionId { get; set; }
Property Value
System.String