Class PageRuleActionsCacheKeyFieldsArgs
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 PageRuleActionsCacheKeyFieldsArgs : ResourceArgs
Constructors
View SourcePageRuleActionsCacheKeyFieldsArgs()
Declaration
public PageRuleActionsCacheKeyFieldsArgs()
Properties
View SourceCookie
Controls what cookies go into Cache Key:
Declaration
public Input<PageRuleActionsCacheKeyFieldsCookieArgs> Cookie { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsCacheKeyFieldsCookieArgs> |
Header
Controls what HTTP headers go into Cache Key:
Declaration
public Input<PageRuleActionsCacheKeyFieldsHeaderArgs> Header { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsCacheKeyFieldsHeaderArgs> |
Host
Controls which Host header goes into Cache Key:
Declaration
public Input<PageRuleActionsCacheKeyFieldsHostArgs> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsCacheKeyFieldsHostArgs> |
QueryString
Controls which URL query string parameters go into the Cache Key.
Declaration
public Input<PageRuleActionsCacheKeyFieldsQueryStringArgs> QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsCacheKeyFieldsQueryStringArgs> |
User
Controls which end user-related features go into the Cache Key.
Declaration
public Input<PageRuleActionsCacheKeyFieldsUserArgs> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsCacheKeyFieldsUserArgs> |