Show / Hide Table of Contents

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 Source

Request

Matches HTTP requests (from the client to Cloudflare). See definition below.

Declaration
public readonly RateLimitMatchRequest Request
Field Value
Type Description
RateLimitMatchRequest
View Source

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