public static interface CfnLoggingConfiguration.ActionConditionProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLoggingConfiguration.ActionConditionProperty.Builder
A builder for
CfnLoggingConfiguration.ActionConditionProperty |
static class |
CfnLoggingConfiguration.ActionConditionProperty.Jsii$Proxy
An implementation for
CfnLoggingConfiguration.ActionConditionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLoggingConfiguration.ActionConditionProperty.Builder |
builder() |
java.lang.String |
getAction()
The action setting that a log record must contain in order to meet the condition.
|
java.lang.String getAction()
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.
static CfnLoggingConfiguration.ActionConditionProperty.Builder builder()