libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Description

 
Synopsis

Documentation

data SqlInjectionMatchSet Source #

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

A complex type that contains SqlInjectionMatchTuple objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a SqlInjectionMatchSet contains more than one SqlInjectionMatchTuple object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.

See: newSqlInjectionMatchSet smart constructor.

Constructors

SqlInjectionMatchSet' 

Fields

  • name :: Maybe Text

    The name, if any, of the SqlInjectionMatchSet.

  • sqlInjectionMatchSetId :: Text

    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.

  • sqlInjectionMatchTuples :: [SqlInjectionMatchTuple]

    Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

Instances

Instances details
Eq SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Read SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Show SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Generic SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Associated Types

type Rep SqlInjectionMatchSet :: Type -> Type #

NFData SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

Methods

rnf :: SqlInjectionMatchSet -> () #

Hashable SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

FromJSON SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

type Rep SqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAFRegional.Types.SqlInjectionMatchSet

type Rep SqlInjectionMatchSet = D1 ('MetaData "SqlInjectionMatchSet" "Amazonka.WAFRegional.Types.SqlInjectionMatchSet" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" 'False) (C1 ('MetaCons "SqlInjectionMatchSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sqlInjectionMatchSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sqlInjectionMatchTuples") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SqlInjectionMatchTuple]))))

newSqlInjectionMatchSet Source #

Create a value of SqlInjectionMatchSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SqlInjectionMatchSet', sqlInjectionMatchSet_name - The name, if any, of the SqlInjectionMatchSet.

$sel:sqlInjectionMatchSetId:SqlInjectionMatchSet', sqlInjectionMatchSet_sqlInjectionMatchSetId - 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.

$sel:sqlInjectionMatchTuples:SqlInjectionMatchSet', sqlInjectionMatchSet_sqlInjectionMatchTuples - Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

sqlInjectionMatchSet_name :: Lens' SqlInjectionMatchSet (Maybe Text) Source #

The name, if any, of the SqlInjectionMatchSet.

sqlInjectionMatchSet_sqlInjectionMatchSetId :: Lens' SqlInjectionMatchSet Text Source #

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.

sqlInjectionMatchSet_sqlInjectionMatchTuples :: Lens' SqlInjectionMatchSet [SqlInjectionMatchTuple] Source #

Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.