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 Implementing Classes:
IRoute.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

    • getRouteArn

      @Stability(Stable) @NotNull default String getRouteArn()
      The Amazon Resource Name (ARN) for the route.
      Specified by:
      getRouteArn in interface IRoute
    • getRouteName

      @Stability(Stable) @NotNull default String getRouteName()
      The name of the route.
      Specified by:
      getRouteName in interface IRoute
    • getVirtualRouter

      @Stability(Stable) @NotNull default IVirtualRouter getVirtualRouter()
      The VirtualRouter the Route belongs to.
      Specified by:
      getVirtualRouter in interface IRoute