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