Interface CfnLoggingConfigurationPropsMixin.ActionConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfigurationPropsMixin.ActionConditionProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfigurationPropsMixin
@Stability(Stable)
public static interface CfnLoggingConfigurationPropsMixin.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.cfnpropertymixins.services.wafv2.*;
ActionConditionProperty actionConditionProperty = ActionConditionProperty.builder()
.action("action")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLoggingConfigurationPropsMixin.ActionConditionProperty -
Method Summary
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_COUNTmatches on excluded rules and also on rules that have a rule action override of Count.- See Also:
-
builder
@Stability(Stable) static CfnLoggingConfigurationPropsMixin.ActionConditionProperty.Builder builder()
-