Show / Hide Table of Contents

Class RateLimitMatchRequestGetArgs

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

Constructors

View Source

RateLimitMatchRequestGetArgs()

Declaration
public RateLimitMatchRequestGetArgs()

Properties

View Source

Methods

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>
View Source

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>
View Source

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