Show / Hide Table of Contents

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 Source

Cookie

Controls what cookies go into Cache Key:

Declaration
public readonly PageRuleActionsCacheKeyFieldsCookie Cookie
Field Value
Type Description
PageRuleActionsCacheKeyFieldsCookie
View Source

Header

Controls what HTTP headers go into Cache Key:

Declaration
public readonly PageRuleActionsCacheKeyFieldsHeader Header
Field Value
Type Description
PageRuleActionsCacheKeyFieldsHeader
View Source

Host

Controls which Host header goes into Cache Key:

Declaration
public readonly PageRuleActionsCacheKeyFieldsHost Host
Field Value
Type Description
PageRuleActionsCacheKeyFieldsHost
View Source

QueryString

Controls which URL query string parameters go into the Cache Key.

Declaration
public readonly PageRuleActionsCacheKeyFieldsQueryString QueryString
Field Value
Type Description
PageRuleActionsCacheKeyFieldsQueryString
View Source

User

Controls which end user-related features go into the Cache Key.

Declaration
public readonly PageRuleActionsCacheKeyFieldsUser User
Field Value
Type Description
PageRuleActionsCacheKeyFieldsUser
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.