Class CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnCachePolicy.QueryStringsConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCachePolicy.QueryStringsConfigProperty

@Stability(Stable) @Internal public static final class CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCachePolicy.QueryStringsConfigProperty
  • Constructor Details

  • Method Details

    • getQueryStringBehavior

      public final String getQueryStringBehavior()
      Description copied from interface: CfnCachePolicy.QueryStringsConfigProperty
      Determines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.

      Valid values are:

      • none – No query strings in viewer requests are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set to none , any query strings that are listed in an OriginRequestPolicy are included in origin requests.
      • whitelist – Only the query strings in viewer requests that are listed in the QueryStringNames type are included in the cache key and in requests that CloudFront sends to the origin.
      • allExcept – All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin, except those that are listed in the QueryStringNames type, which are not included.
      • all – All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.
      Specified by:
      getQueryStringBehavior in interface CfnCachePolicy.QueryStringsConfigProperty
    • getQueryStrings

      public final List<String> getQueryStrings()
      Description copied from interface: CfnCachePolicy.QueryStringsConfigProperty
      Contains a list of query string names.
      Specified by:
      getQueryStrings in interface CfnCachePolicy.QueryStringsConfigProperty
    • $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