CachePolicyQueryStringsConfigArgs

data class CachePolicyQueryStringsConfigArgs(val queryStringBehavior: Output<String>, val queryStrings: Output<List<String>>? = null) : ConvertibleToJava<CachePolicyQueryStringsConfigArgs>

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 in requests that CloudFront sends to the origin.

Constructors

Link copied to clipboard
constructor(queryStringBehavior: Output<String>, queryStrings: Output<List<String>>? = null)

Properties

Link copied to clipboard

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:

Link copied to clipboard
val queryStrings: Output<List<String>>? = null

Contains a list of query string names.

Functions

Link copied to clipboard
open override fun toJava(): CachePolicyQueryStringsConfigArgs