public static interface ActionCondition.Builder extends SdkPojo, CopyableBuilder<ActionCondition.Builder,ActionCondition>
| Modifier and Type | Method and Description |
|---|---|
ActionCondition.Builder |
action(ActionValue action)
The action setting that a log record must contain in order to meet the condition.
|
ActionCondition.Builder |
action(String action)
The action setting that a log record must contain in order to meet the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionCondition.Builder action(String action)
The action setting that a log record must contain in order to meet the condition. This is the action that 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.
action - The action setting that a log record must contain in order to meet the condition. This is the action
that 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.
ActionValue,
ActionValueActionCondition.Builder action(ActionValue action)
The action setting that a log record must contain in order to meet the condition. This is the action that 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.
action - The action setting that a log record must contain in order to meet the condition. This is the action
that 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.
ActionValue,
ActionValueCopyright © 2023. All rights reserved.