AwsWafv2RuleGroupDetails

Details about an WAFv2 rule group.

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 entity.

Link copied to clipboard

The web ACL capacity units (WCUs) required for this rule group.

Link copied to clipboard

A description of the rule group that helps with identification.

Link copied to clipboard
val id: String?

A unique identifier for the rule group.

Link copied to clipboard
val name: String?

The name of the rule group. You cannot change the name of a rule group after you create it.

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

Specifies whether the rule group is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.

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