Show / Hide Table of Contents

Class CfnWebACL.ClientSideActionProperty

Client side action config for AntiDDOS AMR.

Inheritance
object
CfnWebACL.ClientSideActionProperty
Implements
CfnWebACL.IClientSideActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.ClientSideActionProperty : CfnWebACL.IClientSideActionProperty
Syntax (vb)
Public Class CfnWebACL.ClientSideActionProperty Implements CfnWebACL.IClientSideActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-clientsideaction.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.WAFv2;

             var clientSideActionProperty = new ClientSideActionProperty {
                 UsageOfAction = "usageOfAction",

                 // the properties below are optional
                 ExemptUriRegularExpressions = new [] { new RegexProperty {
                     RegexString = "regexString"
                 } },
                 Sensitivity = "sensitivity"
             };

Synopsis

Constructors

ClientSideActionProperty()

Client side action config for AntiDDOS AMR.

Properties

ExemptUriRegularExpressions

Client side action config for AntiDDOS AMR.

Sensitivity

Client side action config for AntiDDOS AMR.

UsageOfAction

Client side action config for AntiDDOS AMR.

Constructors

ClientSideActionProperty()

Client side action config for AntiDDOS AMR.

public ClientSideActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-clientsideaction.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.WAFv2;

             var clientSideActionProperty = new ClientSideActionProperty {
                 UsageOfAction = "usageOfAction",

                 // the properties below are optional
                 ExemptUriRegularExpressions = new [] { new RegexProperty {
                     RegexString = "regexString"
                 } },
                 Sensitivity = "sensitivity"
             };

Properties

ExemptUriRegularExpressions

Client side action config for AntiDDOS AMR.

public object? ExemptUriRegularExpressions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-clientsideaction.html#cfn-wafv2-webacl-clientsideaction-exempturiregularexpressions

Sensitivity

Client side action config for AntiDDOS AMR.

public string? Sensitivity { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-clientsideaction.html#cfn-wafv2-webacl-clientsideaction-sensitivity

UsageOfAction

Client side action config for AntiDDOS AMR.

public string UsageOfAction { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-clientsideaction.html#cfn-wafv2-webacl-clientsideaction-usageofaction

Implements

CfnWebACL.IClientSideActionProperty
Back to top Generated by DocFX