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
,VPCPeeringConnection
,VPNGatewayV2
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:11.410Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRouteTarget
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(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
(experimental) The ID of the route target. -
getRouterType
(experimental) The type of router used in the route.
-