aws::waf-ip-set-regional

Creates a regional IP match set.

Example

aws::waf-ip-set-regional ip-set-example
    name: "ip-set-example"

    ip-set-descriptor
        type: "IPV4"
        value: "190.0.0.26/32"
    end
end

Attributes

Attribute Description
name The name of the condition. (Required)
ip-set-descriptor set subresource

List of ip set descriptor data defining the condition. (Required)

value
The ip to be filtered on. (Required)
type
The type of ip provided. Valid values are IPV4 or IPV6. (Required)

Outputs

Attribute Description
id The id of the condition.