Class IRouteTarget.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.IRouteTarget.Jsii$Proxy
- All Implemented Interfaces:
IRouteTarget
,IRouteTarget.Jsii$Default
,software.amazon.jsii.JsiiSerializable
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IRouteTarget
@Internal
public static final class IRouteTarget.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IRouteTarget.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IRouteTarget
IRouteTarget.Jsii$Default, IRouteTarget.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
(experimental) The ID of the route target.final RouterType
(experimental) The type of router used in the route.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getRouterTargetId
(experimental) The ID of the route target.- Specified by:
getRouterTargetId
in interfaceIRouteTarget
- Specified by:
getRouterTargetId
in interfaceIRouteTarget.Jsii$Default
-
getRouterType
(experimental) The type of router used in the route.- Specified by:
getRouterType
in interfaceIRouteTarget
- Specified by:
getRouterType
in interfaceIRouteTarget.Jsii$Default
-