Interface IRoute.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, IRoute, IRouteRef, IRouteRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHttpRoute.Jsii$Default, IWebSocketRoute.Jsii$Default
All Known Implementing Classes:
IHttpRoute.Jsii$Proxy, IRoute.Jsii$Proxy, IWebSocketRoute.Jsii$Proxy
Enclosing interface:
IRoute

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

    • getRouteId

      @Stability(Stable) @NotNull default String getRouteId()
      Id of the Route.
      Specified by:
      getRouteId in interface IRoute