sqlInjectionMatchSetId property
A unique identifier for a SqlInjectionMatchSet
. You use
SqlInjectionMatchSetId
to get information about a
SqlInjectionMatchSet
(see GetSqlInjectionMatchSet),
update a SqlInjectionMatchSet
(see
UpdateSqlInjectionMatchSet), insert a
SqlInjectionMatchSet
into a Rule
or delete one
from a Rule
(see UpdateRule), and delete a
SqlInjectionMatchSet
from AWS WAF (see
DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Implementation
final String sqlInjectionMatchSetId;