Interface ICfnVPNConnectionRouteMixinProps
Properties for CfnVPNConnectionRoutePropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnVPNConnectionRouteMixinProps
Syntax (vb)
Public Interface ICfnVPNConnectionRouteMixinProps
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.EC2;
var cfnVPNConnectionRouteMixinProps = new CfnVPNConnectionRouteMixinProps {
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
Remarks
VpnConnectionId
The ID of the VPN connection.
object? VpnConnectionId { get; }