class Aws::Lightsail::Types::QueryStringObject
Describes the query string parameters that an Amazon Lightsail
content delivery network (CDN) distribution to bases caching on.
For the query strings that you specify, your distribution caches separate versions of the specified content based on the query string values in viewer requests.
@note When making an API call, you may pass QueryStringObject
data as a hash: { option: false, query_strings_allow_list: ["string"], }
@!attribute [rw] option
Indicates whether the distribution forwards and caches based on query strings. @return [Boolean]
@!attribute [rw] query_strings_allow_list
The specific query strings that the distribution forwards to the origin. Your distribution will cache content based on the specified query strings. If the `option` parameter is true, then your distribution forwards all query strings, regardless of what you specify using the `queryStringsAllowList` parameter. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/QueryStringObject AWS API Documentation
Constants
- SENSITIVE