Show / Hide Table of Contents

Class PageRuleActionsCacheKeyFieldsQueryStringGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PageRuleActionsCacheKeyFieldsQueryStringGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsCacheKeyFieldsQueryStringGetArgs : ResourceArgs

Constructors

View Source

PageRuleActionsCacheKeyFieldsQueryStringGetArgs()

Declaration
public PageRuleActionsCacheKeyFieldsQueryStringGetArgs()

Properties

View Source

Excludes

Exclude these query string parameters from Cache Key.

Declaration
public InputList<string> Excludes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Ignore

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

Declaration
public Input<bool> Ignore { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Includes

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

Declaration
public InputList<string> Includes { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.