Show / Hide Table of Contents

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

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.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

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