Show / Hide Table of Contents

Class RateLimitMatchArgs

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

Constructors

View Source

RateLimitMatchArgs()

Declaration
public RateLimitMatchArgs()

Properties

View Source

Request

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

Declaration
public Input<RateLimitMatchRequestArgs> Request { get; set; }
Property Value
Type Description
Input<RateLimitMatchRequestArgs>
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 Input<RateLimitMatchResponseArgs> Response { get; set; }
Property Value
Type Description
Input<RateLimitMatchResponseArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.