Interface IRouteV2.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IRouteV2, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IRouteV2.Jsii$Proxy
Enclosing interface:
IRouteV2

@Internal public static interface IRouteV2.Jsii$Default extends IRouteV2, IResource.Jsii$Default
Internal default implementation for IRouteV2.
  • Method Details

    • getDestination

      @Stability(Experimental) @NotNull default String 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.

      Specified by:
      getDestination in interface IRouteV2
    • getRouteTable

      @Stability(Experimental) @NotNull default IRouteTable getRouteTable()
      (experimental) The ID of the route table for the route.
      Specified by:
      getRouteTable in interface IRouteV2
    • getTarget

      @Stability(Experimental) @NotNull default RouteTargetType getTarget()
      (experimental) The gateway or endpoint targeted by the route.
      Specified by:
      getTarget in interface IRouteV2