Show / Hide Table of Contents

Class RateLimitMatchGetArgs

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

Constructors

View Source

RateLimitMatchGetArgs()

Declaration
public RateLimitMatchGetArgs()

Properties

View Source

Request

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

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