Interface IApiMappingRef.Jsii$Default
- All Superinterfaces:
IApiMappingRef
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IApiMappingRef.Jsii$Proxy
- Enclosing interface:
IApiMappingRef
@Internal
public static interface IApiMappingRef.Jsii$Default
extends IApiMappingRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IApiMappingRef
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IApiMappingRef
IApiMappingRef.Jsii$Default, IApiMappingRef.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault ApiMappingReference
(experimental) A reference to a ApiMapping resource.default software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
getApiMappingRef
(experimental) A reference to a ApiMapping resource.- Specified by:
getApiMappingRef
in interfaceIApiMappingRef
-