class Aws::CloudFront::Types::CachePolicyQueryStringsConfig

An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.

@note When making an API call, you may pass CachePolicyQueryStringsConfig

data as a hash:

    {
      query_string_behavior: "none", # required, accepts none, whitelist, allExcept, all
      query_strings: {
        quantity: 1, # required
        items: ["string"],
      },
    }

@!attribute [rw] query_string_behavior

Determines whether any URL query strings in viewer requests are
included in the cache key and automatically included in requests
that CloudFront sends to the origin. Valid values are:

* `none` – Query strings in viewer requests are not included in the
  cache key and are not automatically included 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` – The query strings in viewer requests that are listed
  in the `QueryStringNames` type are included in the cache key and
  automatically included in requests that CloudFront sends to the
  origin.

* `allExcept` – All query strings in viewer requests that are <i>
  <b>not</b> </i> listed in the `QueryStringNames` type are included
  in the cache key and automatically included in requests that
  CloudFront sends to the origin.

* `all` – All query strings in viewer requests are included in the
  cache key and are automatically included in requests that
  CloudFront sends to the origin.
@return [String]

@!attribute [rw] query_strings

Contains the specific query strings in viewer requests that either
<i> <b>are</b> </i> or <i> <b>are not</b> </i> included in the cache
key and automatically included in requests that CloudFront sends to
the origin. The behavior depends on whether the
`QueryStringBehavior` field in the `CachePolicyQueryStringsConfig`
type is set to `whitelist` (the listed query strings <i> <b>are</b>
</i> included) or `allExcept` (the listed query strings <i> <b>are
not</b> </i> included, but all other query strings are).
@return [Types::QueryStringNames]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CachePolicyQueryStringsConfig AWS API Documentation

Constants

SENSITIVE