Class RateLimitMatchRequestGetArgs
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 RateLimitMatchRequestGetArgs : ResourceArgs
Constructors
View SourceRateLimitMatchRequestGetArgs()
Declaration
public RateLimitMatchRequestGetArgs()
Properties
View SourceMethods
HTTP Methods, can be a subset ['POST','PUT'] or all ['_ALL_']. Default: ['_ALL_'].
Declaration
public InputList<string> Methods { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Schemes
HTTP Schemes, can be one ['HTTPS'], both ['HTTP','HTTPS'] or all ['_ALL_']. Default: ['_ALL_'].
Declaration
public InputList<string> Schemes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
UrlPattern
The URL pattern to match comprised of the host and path, i.e. example.org/path. Wildcard are expanded to match applicable traffic, query strings are not matched. Use * for all traffic to your zone. Default: '*'.
Declaration
public Input<string> UrlPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |