byteMatchStatement

@JvmName(name = "blqcxxhlgppaowqe")
suspend fun byteMatchStatement(value: Output<WebAclByteMatchStatementArgs>)
@JvmName(name = "eeryooxkuokivwfj")
suspend fun byteMatchStatement(value: WebAclByteMatchStatementArgs?)

Parameters

value

A rule statement that defines a string match search for AWS WAF to apply to web requests. The byte match statement provides the bytes to search for, the location in requests that you want AWS WAF to search, and other settings. The bytes to search for are typically a string that corresponds with ASCII characters. In the AWS WAF console and the developer guide, this is called a string match statement.


@JvmName(name = "igqrtaofbjxwxvgg")
suspend fun byteMatchStatement(argument: suspend WebAclByteMatchStatementArgsBuilder.() -> Unit)

Parameters

argument

A rule statement that defines a string match search for AWS WAF to apply to web requests. The byte match statement provides the bytes to search for, the location in requests that you want AWS WAF to search, and other settings. The bytes to search for are typically a string that corresponds with ASCII characters. In the AWS WAF console and the developer guide, this is called a string match statement.