Interface IRouteV2
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRouteV2.Jsii$Default
- All Known Implementing Classes:
IRouteV2.Jsii$Proxy,Route
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:26.730Z")
@Stability(Experimental)
public interface IRouteV2
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Interface to define a route.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteV2.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The IPv4 or IPv6 CIDR block used for the destination match.(experimental) The ID of the route table for the route.(experimental) The gateway or endpoint targeted by the route.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
(experimental) The IPv4 or IPv6 CIDR block used for the destination match.Routing decisions are based on the most specific match. TODO: Look for strong IP type implementation here.
-
getRouteTable
(experimental) The ID of the route table for the route. -
getTarget
(experimental) The gateway or endpoint targeted by the route.
-