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
  • Constructor Details

  • Method Details

    • getBehavior

      public final String 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’s CacheBehaviorPerPath 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 interface CfnDistribution.CacheBehaviorProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object