Class PageRuleActionsCacheKeyFieldsQueryStringArgs
Inherited Members
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 PageRuleActionsCacheKeyFieldsQueryStringArgs : ResourceArgs
Constructors
View SourcePageRuleActionsCacheKeyFieldsQueryStringArgs()
Declaration
public PageRuleActionsCacheKeyFieldsQueryStringArgs()
Properties
View SourceExcludes
Exclude these query string parameters from Cache Key.
Declaration
public InputList<string> Excludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |