Interface IPullThroughCacheRuleRef.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IPullThroughCacheRuleRef
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPullThroughCacheRuleRef.Jsii$Proxy
- Enclosing interface:
IPullThroughCacheRuleRef
@Internal
public static interface IPullThroughCacheRuleRef.Jsii$Default
extends IPullThroughCacheRuleRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IPullThroughCacheRuleRef
.-
Nested Class Summary
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
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecr.IPullThroughCacheRuleRef
IPullThroughCacheRuleRef.Jsii$Default, IPullThroughCacheRuleRef.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault software.constructs.Node
getNode()
The tree node.default PullThroughCacheRuleReference
(experimental) A reference to a PullThroughCacheRule resource.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
-
getPullThroughCacheRuleRef
@Stability(Experimental) @NotNull default PullThroughCacheRuleReference getPullThroughCacheRuleRef()(experimental) A reference to a PullThroughCacheRule resource.- Specified by:
getPullThroughCacheRuleRef
in interfaceIPullThroughCacheRuleRef
-