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
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
Remarks
LocalGatewayRouteTableId
The ID of the local gateway route table.
string LocalGatewayRouteTableId { get; }
Property Value
Remarks
LocalGatewayVirtualInterfaceGroupId
The ID of the virtual interface group.
string? LocalGatewayVirtualInterfaceGroupId { get; }
Property Value
Remarks
NetworkInterfaceId
The ID of the network interface.
string? NetworkInterfaceId { get; }