Class RateLimitMatch
Inheritance
System.Object
RateLimitMatch
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 RateLimitMatch
Fields
View SourceRequest
Matches HTTP requests (from the client to Cloudflare). See definition below.
Declaration
public readonly RateLimitMatchRequest Request
Field Value
| Type | Description |
|---|---|
| RateLimitMatchRequest |
Response
Custom content-type and body to return, this overrides the custom error for the zone. This field is not required. Omission will result in default HTML error page. Definition below.
Declaration
public readonly RateLimitMatchResponse Response
Field Value
| Type | Description |
|---|---|
| RateLimitMatchResponse |