PageRuleActionsCacheKeyFieldsQueryStringArgs

data class PageRuleActionsCacheKeyFieldsQueryStringArgs(val excludes: Output<List<String>>? = null, val ignore: Output<Boolean>? = null, val includes: Output<List<String>>? = null) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsQueryStringArgs>

Constructors

constructor(excludes: Output<List<String>>? = null, ignore: Output<Boolean>? = null, includes: Output<List<String>>? = null)

Properties

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

Exclude these query string parameters from Cache Key.

Link copied to clipboard
val ignore: Output<Boolean>? = null

false (default) - all query string parameters are used for Cache Key, unless explicitly excluded; true - all query string parameters are ignored; value should be false if any of exclude or include is non-empty.

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

Only use values of specified query string parameters in Cache Key.

Functions

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