Show / Hide Table of Contents

Interface ICfnLocalGatewayRouteProps

Properties for defining a CfnLocalGatewayRoute.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLocalGatewayRouteProps
Syntax (vb)
Public Interface ICfnLocalGatewayRouteProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.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 cfnLocalGatewayRouteProps = new CfnLocalGatewayRouteProps {
                 DestinationCidrBlock = "destinationCidrBlock",
                 LocalGatewayRouteTableId = "localGatewayRouteTableId",

                 // the properties below are optional
                 LocalGatewayVirtualInterfaceGroupId = "localGatewayVirtualInterfaceGroupId",
                 NetworkInterfaceId = "networkInterfaceId"
             };

Synopsis

Properties

DestinationCidrBlock

The CIDR block used for destination matches.

LocalGatewayRouteTableId

The ID of the local gateway route table.

LocalGatewayVirtualInterfaceGroupId

The ID of the virtual interface group.

NetworkInterfaceId

The ID of the network interface.

Properties

DestinationCidrBlock

The CIDR block used for destination matches.

string DestinationCidrBlock { get; }
Property Value

string

Remarks

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

LocalGatewayRouteTableId

The ID of the local gateway route table.

string LocalGatewayRouteTableId { get; }
Property Value

string

Remarks

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

LocalGatewayVirtualInterfaceGroupId

The ID of the virtual interface group.

string? LocalGatewayVirtualInterfaceGroupId { get; }
Property Value

string

Remarks

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

NetworkInterfaceId

The ID of the network interface.

string? NetworkInterfaceId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX