AWS::WAFv2::LoggingConfiguration ActionCondition - AWS CloudFormation

AWS::WAFv2::LoggingConfiguration ActionCondition

A single action condition for a condition in a logging filter.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Action" : String }

YAML

Action: String

Properties

Action

The action setting that a log record must contain in order to meet the condition. This is the action that AWS WAF applied to the web request.

For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value EXCLUDED_AS_COUNT matches on excluded rules and also on rules that have a rule action override of Count.

Required: Yes

Type: String

Allowed values: ALLOW | BLOCK | COUNT | CAPTCHA | CHALLENGE | EXCLUDED_AS_COUNT

Update requires: No interruption