SqlInjectionMatchSetUpdate
public struct SqlInjectionMatchSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.
Declaration
Swift
public let action: ChangeAction
-
Specifies the part of a web request 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.
Declaration
Swift
public let sqlInjectionMatchTuple: SqlInjectionMatchTuple
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, sqlInjectionMatchTuple: SqlInjectionMatchTuple)
-
Declaration
Swift
public func validate(name: String) throws