Class CfnDistribution.CacheBehaviorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnDistribution.CacheBehaviorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistribution.CacheBehaviorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistribution.CacheBehaviorProperty
@Stability(Stable)
@Internal
public static final class CfnDistribution.CacheBehaviorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistribution.CacheBehaviorProperty
An implementation for
CfnDistribution.CacheBehaviorProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnDistribution.CacheBehaviorProperty
CfnDistribution.CacheBehaviorProperty.Builder, CfnDistribution.CacheBehaviorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDistribution.CacheBehaviorProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDistribution.CacheBehaviorProperty.Builder
.
-
-
Method Details
-
getBehavior
Description copied from interface:CfnDistribution.CacheBehaviorProperty
The cache behavior of the distribution.The following cache behaviors can be specified:
cache
- This option is best for static sites. When specified, your distribution caches and serves your entire website as static content. This behavior is ideal for websites with static content that doesn't change depending on who views it, or for websites that don't use cookies, headers, or query strings to personalize content.dont-cache
- This option is best for sites that serve a mix of static and dynamic content. When specified, your distribution caches and serves only the content that is specified in the distribution’sCacheBehaviorPerPath
parameter. This behavior is ideal for websites or web applications that use cookies, headers, and query strings to personalize content for individual users.
- Specified by:
getBehavior
in interfaceCfnDistribution.CacheBehaviorProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-