Class RateLimitMatchGetArgs
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 RateLimitMatchGetArgs : ResourceArgs
Constructors
View SourceRateLimitMatchGetArgs()
Declaration
public RateLimitMatchGetArgs()
Properties
View SourceRequest
Matches HTTP requests (from the client to Cloudflare). See definition below.
Declaration
public Input<RateLimitMatchRequestGetArgs> Request { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RateLimitMatchRequestGetArgs> |
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> |