Interface IRouteTarget

All Superinterfaces:
software.constructs.IDependable, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IRouteTarget.Jsii$Default
All Known Implementing Classes:
EgressOnlyInternetGateway, InternetGateway, IRouteTarget.Jsii$Proxy, NatGateway, VPNGatewayV2

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-10-05T03:43:53.160Z") @Stability(Experimental) public interface IRouteTarget extends software.amazon.jsii.JsiiSerializable, software.constructs.IDependable
(experimental) Interface to define a routing target, such as an egress-only internet gateway or VPC endpoint.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IRouteTarget.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The ID of the route target.
    (experimental) The type of router used in the route.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getRouterTargetId

      @Stability(Experimental) @NotNull String getRouterTargetId()
      (experimental) The ID of the route target.
    • getRouterType

      @Stability(Experimental) @NotNull RouterType getRouterType()
      (experimental) The type of router used in the route.