SqlInjectionMatchSet

public struct SqlInjectionMatchSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name, if any, of the SqlInjectionMatchSet.

    Declaration

    Swift

    public let name: String?
  • 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.

    Declaration

    Swift

    public let sqlInjectionMatchSetId: String
  • Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

    Declaration

    Swift

    public let sqlInjectionMatchTuples: [SqlInjectionMatchTuple]
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, sqlInjectionMatchSetId: String, sqlInjectionMatchTuples: [SqlInjectionMatchTuple])