AwsWafv2WebAclDetails

Details about an WAFv2 web Access Control List (ACL).

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.

Link copied to clipboard

The web ACL capacity units (WCUs) currently being used by this web ACL.

Link copied to clipboard

Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.

Link copied to clipboard

The action to perform if none of the Rules contained in the web ACL match.

Link copied to clipboard

A description of the web ACL that helps with identification.

Link copied to clipboard
val id: String?

A unique identifier for the web ACL.

Link copied to clipboard

Indicates whether this web ACL is managed by Firewall Manager.

Link copied to clipboard
val name: String?

The name of the web ACL.

Link copied to clipboard

The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.

Link copied to clipboard

Defines and enables Amazon CloudWatch metrics and web request sample collection.

Functions

Link copied to clipboard
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