aws::waf-sql-injection-match-set

Creates a global sql injection match set.

Example

aws::waf-sql-injection-match-set sql-injection-match-set-example
    name: "sql-injection-match-set-example"

    sql-injection-match-tuple
        field-to-match
            type: "METHOD"
        end
        text-transformation: "NONE"
    end
end

Attributes

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

List of sql injection 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)
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.