aws::waf-geo-match-set

Creates a global geo match set.

Example

aws::waf-geo-match-set geo-match-set-example
    name: "geo-match-set-example"

    geo-match-constraint
        type: "Country"
        value: "TL"
    end
end

Attributes

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

List of geo match constraint data defining the condition. (Required)

value
The value filter. Uses two letter country codes (i.e. US) when type selected as COUNTRY. (Required)
type
The type of geo match filter. Allowed values are Country. (Required)

Outputs

Attribute Description
id The id of the condition.