Interface CfnWebACL.IActionProperty
Specifies the action AWS WAF takes when a web request matches or doesn't match all rule conditions.
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IActionProperty
Syntax (vb)
Public Interface IActionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;
var actionProperty = new ActionProperty {
Type = "type"
};
Synopsis
Properties
Type | For actions that are associated with a rule, the action that AWS WAF takes when a web request matches all conditions in a rule. |
Properties
Type
For actions that are associated with a rule, the action that AWS WAF takes when a web request matches all conditions in a rule.
string Type { get; }
Property Value
System.
Remarks
For the default action of a web access control list (ACL), the action that AWS WAF takes when a web request doesn't match all conditions in any rule.
Valid settings include the following: