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$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.ICachePolicyRef
ICachePolicyRef.Jsii$Default, ICachePolicyRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ID of the cache policy.default CachePolicyReference(experimental) A reference to a CachePolicy resource.default software.constructs.NodegetNode()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:
getNodein interfaceICachePolicyRef.Jsii$Default- Specified by:
getNodein interfacesoftware.constructs.IConstruct- Specified by:
getNodein interfacesoftware.constructs.IConstruct.Jsii$Default
-
getCachePolicyRef
(experimental) A reference to a CachePolicy resource.- Specified by:
getCachePolicyRefin interfaceICachePolicyRef- Specified by:
getCachePolicyRefin interfaceICachePolicyRef.Jsii$Default
-
getCachePolicyId
The ID of the cache policy.- Specified by:
getCachePolicyIdin interfaceICachePolicy
-