Class RateBasedRulePredicate
Inheritance
System.Object
RateBasedRulePredicate
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.Aws.Waf.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RateBasedRulePredicate
Fields
View SourceDataId
A unique identifier for a predicate in the rule, such as Byte Match Set ID or IPSet ID.
Declaration
public readonly string DataId
Field Value
| Type | Description |
|---|---|
| System.String |
Negated
Set this to false if you want to allow, block, or count requests
based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, or SizeConstraintSet.
For example, if an IPSet includes the IP address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.
If set to true, AWS WAF will allow, block, or count requests based on all IP addresses except 192.0.2.44.
Declaration
public readonly bool Negated
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Type
The type of predicate in a rule. Valid values: ByteMatch, GeoMatch, IPMatch, RegexMatch, SizeConstraint, SqlInjectionMatch, or XssMatch.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |