Class CfnRuleGroup.ByteMatchStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.ByteMatchStatementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.ByteMatchStatementProperty
CfnRuleGroup.ByteMatchStatementProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnRuleGroup.ByteMatchStatementProperty
CfnRuleGroup.ByteMatchStatementProperty.Builder, CfnRuleGroup.ByteMatchStatementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.ByteMatchStatementProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe part of the web request that you want AWS WAF to inspect.final StringThe area within the portion of the web request that you want AWS WAF to search forSearchString.final StringA string value that you want AWS WAF to search for.final StringString to search for in a web request component, base64-encoded.final ObjectText transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.ByteMatchStatementProperty.Builder.
-
-
Method Details
-
getFieldToMatch
Description copied from interface:CfnRuleGroup.ByteMatchStatementPropertyThe part of the web request that you want AWS WAF to inspect.Returns union: either
IResolvableorCfnRuleGroup.FieldToMatchProperty- Specified by:
getFieldToMatchin interfaceCfnRuleGroup.ByteMatchStatementProperty- See Also:
-
getPositionalConstraint
Description copied from interface:CfnRuleGroup.ByteMatchStatementPropertyThe area within the portion of the web request that you want AWS WAF to search forSearchString.Valid values include the following:
CONTAINS
The specified part of the web request must include the value of
SearchString, but the location doesn't matter.CONTAINS_WORD
The specified part of the web request must include the value of
SearchString, andSearchStringmust contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition,SearchStringmust be a word, which means that both of the following are true:SearchStringis at the beginning of the specified part of the web request or is preceded by a character other than an alphanumeric character or underscore (_). Examples include the value of a header and;BadBot.SearchStringis at the end of the specified part of the web request or is followed by a character other than an alphanumeric character or underscore (_), for example,BadBot;and-BadBot;.
EXACTLY
The value of the specified part of the web request must exactly match the value of
SearchString.STARTS_WITH
The value of
SearchStringmust appear at the beginning of the specified part of the web request.ENDS_WITH
The value of
SearchStringmust appear at the end of the specified part of the web request.- Specified by:
getPositionalConstraintin interfaceCfnRuleGroup.ByteMatchStatementProperty- See Also:
-
getTextTransformations
Description copied from interface:CfnRuleGroup.ByteMatchStatementPropertyText transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by
FieldToMatch, starting from the lowest priority setting, before inspecting the content for a match.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRuleGroup.TextTransformationProperty>- Specified by:
getTextTransformationsin interfaceCfnRuleGroup.ByteMatchStatementProperty- See Also:
-
getSearchString
Description copied from interface:CfnRuleGroup.ByteMatchStatementPropertyA string value that you want AWS WAF to search for.AWS WAF searches only in the part of web requests that you designate for inspection in
FieldToMatch. The maximum length of the value is 200 bytes. For alphabetic characters A-Z and a-z, the value is case sensitive.Don't encode this string. Provide the value that you want AWS WAF to search for. AWS CloudFormation automatically base64 encodes the value for you.
For example, suppose the value of
TypeisHEADERand the value ofDataisUser-Agent. If you want to search theUser-Agentheader for the valueBadBot, you provide the stringBadBotin the value ofSearchString.You must specify either
SearchStringorSearchStringBase64in aByteMatchStatement.- Specified by:
getSearchStringin interfaceCfnRuleGroup.ByteMatchStatementProperty- See Also:
-
getSearchStringBase64
Description copied from interface:CfnRuleGroup.ByteMatchStatementPropertyString to search for in a web request component, base64-encoded.If you don't want to encode the string, specify the unencoded value in
SearchStringinstead.You must specify either
SearchStringorSearchStringBase64in aByteMatchStatement.- Specified by:
getSearchStringBase64in interfaceCfnRuleGroup.ByteMatchStatementProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-