AwsWafRuleDetails

Provides information about a WAF rule. This rule specifies the web requests that you want to allow, block, or count.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the metrics for this rule.

Link copied to clipboard
val name: String?

A descriptive name for the rule.

Link copied to clipboard

Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.

Link copied to clipboard

The ID of the WAF rule.

Functions

Link copied to clipboard
inline fun copy(block: AwsWafRuleDetails.Builder.() -> Unit = {}): AwsWafRuleDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String