Show / Hide Table of Contents

Class RateLimitMatchResponseArgs

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

Constructors

View Source

RateLimitMatchResponseArgs()

Declaration
public RateLimitMatchResponseArgs()

Properties

View Source

OriginTraffic

Only count traffic that has come from your origin servers. If true, cached items that Cloudflare serve will not count towards rate limiting. Default: true.

Declaration
public Input<bool> OriginTraffic { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Statuses

HTTP Status codes, can be one [403], many [401,403] or indicate all by not providing this value.

Declaration
public InputList<int> Statuses { get; set; }
Property Value
Type Description
InputList<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.