Show / Hide Table of Contents

Class PageRuleActionsCacheKeyFieldsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PageRuleActionsCacheKeyFieldsArgs
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 PageRuleActionsCacheKeyFieldsArgs : ResourceArgs

Constructors

View Source

PageRuleActionsCacheKeyFieldsArgs()

Declaration
public PageRuleActionsCacheKeyFieldsArgs()

Properties

View Source

Cookie

Controls what cookies go into Cache Key:

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

Header

Controls what HTTP headers go into Cache Key:

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

Host

Controls which Host header goes into Cache Key:

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

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

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