Class PageRuleActionsCacheKeyFields
Inheritance
System.Object
PageRuleActionsCacheKeyFields
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.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsCacheKeyFields
Fields
View SourceCookie
Controls what cookies go into Cache Key:
Declaration
public readonly PageRuleActionsCacheKeyFieldsCookie Cookie
Field Value
| Type | Description |
|---|---|
| PageRuleActionsCacheKeyFieldsCookie |
Header
Controls what HTTP headers go into Cache Key:
Declaration
public readonly PageRuleActionsCacheKeyFieldsHeader Header
Field Value
| Type | Description |
|---|---|
| PageRuleActionsCacheKeyFieldsHeader |
Host
Controls which Host header goes into Cache Key:
Declaration
public readonly PageRuleActionsCacheKeyFieldsHost Host
Field Value
| Type | Description |
|---|---|
| PageRuleActionsCacheKeyFieldsHost |
QueryString
Controls which URL query string parameters go into the Cache Key.
Declaration
public readonly PageRuleActionsCacheKeyFieldsQueryString QueryString
Field Value
| Type | Description |
|---|---|
| PageRuleActionsCacheKeyFieldsQueryString |
User
Controls which end user-related features go into the Cache Key.
Declaration
public readonly PageRuleActionsCacheKeyFieldsUser User
Field Value
| Type | Description |
|---|---|
| PageRuleActionsCacheKeyFieldsUser |