Show / Hide Table of Contents

Class CfnRuleGroup.RateLimitJA4FingerprintProperty

Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key.

Inheritance
object
CfnRuleGroup.RateLimitJA4FingerprintProperty
Implements
CfnRuleGroup.IRateLimitJA4FingerprintProperty
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 CfnRuleGroup.RateLimitJA4FingerprintProperty : CfnRuleGroup.IRateLimitJA4FingerprintProperty
Syntax (vb)
Public Class CfnRuleGroup.RateLimitJA4FingerprintProperty Implements CfnRuleGroup.IRateLimitJA4FingerprintProperty
Remarks

If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitja4fingerprint.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 rateLimitJA4FingerprintProperty = new RateLimitJA4FingerprintProperty {
                 FallbackBehavior = "fallbackBehavior"
             };

Synopsis

Constructors

RateLimitJA4FingerprintProperty()

Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key.

Properties

FallbackBehavior

The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.

Constructors

RateLimitJA4FingerprintProperty()

Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key.

public RateLimitJA4FingerprintProperty()
Remarks

If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitja4fingerprint.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 rateLimitJA4FingerprintProperty = new RateLimitJA4FingerprintProperty {
                 FallbackBehavior = "fallbackBehavior"
             };

Properties

FallbackBehavior

The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.

public string FallbackBehavior { get; set; }
Property Value

string

Remarks

You can specify the following fallback behaviors:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitja4fingerprint.html#cfn-wafv2-rulegroup-ratelimitja4fingerprint-fallbackbehavior

    Implements

    CfnRuleGroup.IRateLimitJA4FingerprintProperty
    Back to top Generated by DocFX