DistributionCacheBehaviorSettingsForwardedQueryStrings

data class DistributionCacheBehaviorSettingsForwardedQueryStrings(val option: Boolean? = null, val queryStringsAllowedLists: List<String>? = null)

Constructors

constructor(option: Boolean? = null, queryStringsAllowedLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val option: Boolean? = null

Indicates whether the distribution forwards and caches based on query strings.

Link copied to clipboard

The specific query strings that the distribution forwards to the origin.