Show / Hide Table of Contents

Class RateBasedRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RateBasedRuleArgs
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.Aws.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RateBasedRuleArgs : ResourceArgs

Constructors

View Source

RateBasedRuleArgs()

Declaration
public RateBasedRuleArgs()

Properties

View Source

MetricName

The name or description for the Amazon CloudWatch metric of this rule.

Declaration
public Input<string> MetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name or description of the rule.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Predicates

The objects to include in a rule (documented below).

Declaration
public InputList<RateBasedRulePredicateArgs> Predicates { get; set; }
Property Value
Type Description
InputList<RateBasedRulePredicateArgs>
View Source

RateKey

Valid value is IP.

Declaration
public Input<string> RateKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RateLimit

The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.

Declaration
public Input<int> RateLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.