aws::waf-byte-match-set-regional

Creates a regional byte match set.

Example

aws::waf-byte-match-set-regional byte-match-set-example
    name: "byte-match-set-example"

    byte-match-tuple
        field-to-match
            type: "METHOD"
        end
        text-transformation: "NONE"
        positional-constraint: "CONTAINS"
        target-string: "target-string"
    end
end

Attributes

Attribute Description
name The name of the condition. (Required)
byte-match-tuple set subresource

Set of byte match tuple data defining the condition. (Required)

field-to-match subresource

The field setting to match the condition. (Required)

data
If type selected as HEADER or SINGLE_QUERY_ARG, the value needs to be provided.
type
Part of the request to filter on. (Required)
positional-constraint
The comparison to be done on the filter. Valid values are EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS or CONTAINS_WORD. (Required)
target-string
The target string to filter on for the byte match filter. (Required)
text-transformation
Text transformation on the data provided before doing the check. Valid values are NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE or URL_DECODE. (Required)

Outputs

Attribute Description
id The id of the condition.