Show / Hide Table of Contents

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 CfnWebACL.IActionProperty
Syntax (vb)
Public Interface CfnWebACL.IActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html

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

string

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:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-webacl-action.html#cfn-wafregional-webacl-action-type

    Back to top Generated by DocFX