Interface CfnLoggingConfiguration.ActionConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfiguration.ActionConditionProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfiguration
@Stability(Stable)
public static interface CfnLoggingConfiguration.ActionConditionProperty
extends software.amazon.jsii.JsiiSerializable
A single action condition for a condition in a logging filter.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wafv2.*; ActionConditionProperty actionConditionProperty = ActionConditionProperty.builder() .action("action") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLoggingConfiguration.ActionConditionProperty
static final class
An implementation forCfnLoggingConfiguration.ActionConditionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The action setting that a log record must contain in order to meet the condition.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
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.- See Also:
-
builder
-