Class PageRuleActionsCacheKeyFieldsCookieGetArgs
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 PageRuleActionsCacheKeyFieldsCookieGetArgs : ResourceArgs
Constructors
View SourcePageRuleActionsCacheKeyFieldsCookieGetArgs()
Declaration
public PageRuleActionsCacheKeyFieldsCookieGetArgs()
Properties
View SourceCheckPresences
Check for presence of specified HTTP headers, without including their actual values.
Declaration
public InputList<string> CheckPresences { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |