Class RateLimitMatchResponseArgs
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 RateLimitMatchResponseArgs : ResourceArgs
Constructors
View SourceRateLimitMatchResponseArgs()
Declaration
public RateLimitMatchResponseArgs()
Properties
View SourceOriginTraffic
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> |
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> |