Interface IApiCacheRef.Jsii$Default
- All Superinterfaces:
IApiCacheRef
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IApiCacheRef.Jsii$Proxy
- Enclosing interface:
IApiCacheRef
@Internal
public static interface IApiCacheRef.Jsii$Default
extends IApiCacheRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IApiCacheRef
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.IApiCacheRef
IApiCacheRef.Jsii$Default, IApiCacheRef.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 ApiCacheReference
(experimental) A reference to a ApiCache 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
-
getApiCacheRef
(experimental) A reference to a ApiCache resource.- Specified by:
getApiCacheRef
in interfaceIApiCacheRef
-