aws::waf-size-constraint-set

Creates a global size constraint set.

Example

aws::waf-size-constraint-set size-constraint-set-example
    name: "size-constraint-set-example"

    size-constraint
        field-to-match
            type: "METHOD"
        end
        text-transformation: "NONE"
        comparison-operator: "EQ"
        size: 10
    end
end

Attributes

Attribute Description
name The name of the condition. (Required)
size-constraint set subresource

List of size constraint data defining the condition. Maximum allowed items are 10. (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)
comparison-operator
The comparison to be done on the filter. Valid values are EQ, NE, LE, LT, GE or GT. (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)
size
Size of the request in integers.

Outputs

Attribute Description
id The id of the condition.