Interface ICachePolicy.Jsii$Default
- All Superinterfaces:
ICachePolicy
,ICachePolicyRef
,ICachePolicyRef.Jsii$Default
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICachePolicy.Jsii$Proxy
- Enclosing interface:
ICachePolicy
@Internal
public static interface ICachePolicy.Jsii$Default
extends ICachePolicy, ICachePolicyRef.Jsii$Default
Internal default implementation for
ICachePolicy
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.ICachePolicy
ICachePolicy.Jsii$Default, ICachePolicy.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.ICachePolicyRef
ICachePolicyRef.Jsii$Default, ICachePolicyRef.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 String
The ID of the cache policy.default CachePolicyReference
(experimental) A reference to a CachePolicy 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 interfaceICachePolicyRef.Jsii$Default
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
getCachePolicyRef
(experimental) A reference to a CachePolicy resource.- Specified by:
getCachePolicyRef
in interfaceICachePolicyRef
- Specified by:
getCachePolicyRef
in interfaceICachePolicyRef.Jsii$Default
-
getCachePolicyId
The ID of the cache policy.- Specified by:
getCachePolicyId
in interfaceICachePolicy
-