Class DistributionOrderedCacheBehaviorForwardedValues


  • public final class DistributionOrderedCacheBehaviorForwardedValues
    extends java.lang.Object
    • Method Detail

      • headers

        public java.util.List<java.lang.String> headers()
        Returns:
        Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.
      • queryString

        public java.lang.Boolean queryString()
        Returns:
        Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.
      • queryStringCacheKeys

        public java.util.List<java.lang.String> queryStringCacheKeys()
        Returns:
        When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.