Show / Hide Table of Contents

Class PageRuleActionsCacheKeyFieldsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PageRuleActionsCacheKeyFieldsGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

PageRuleActionsCacheKeyFieldsGetArgs()

Declaration
public PageRuleActionsCacheKeyFieldsGetArgs()

Properties

View Source

Cookie

Controls what cookies go into Cache Key:

Declaration
public Input<PageRuleActionsCacheKeyFieldsCookieGetArgs> Cookie { get; set; }
Property Value
Type Description
Input<PageRuleActionsCacheKeyFieldsCookieGetArgs>
View Source

Header

Controls what HTTP headers go into Cache Key:

Declaration
public Input<PageRuleActionsCacheKeyFieldsHeaderGetArgs> Header { get; set; }
Property Value
Type Description
Input<PageRuleActionsCacheKeyFieldsHeaderGetArgs>
View Source

Host

Controls which Host header goes into Cache Key:

Declaration
public Input<PageRuleActionsCacheKeyFieldsHostGetArgs> Host { get; set; }
Property Value
Type Description
Input<PageRuleActionsCacheKeyFieldsHostGetArgs>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.