XssMatchSetUpdate
public struct XssMatchSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify INSERT to add an XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove an XssMatchSetUpdate from an XssMatchSet.
Declaration
Swift
public let action: ChangeAction
-
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
Declaration
Swift
public let xssMatchTuple: XssMatchTuple
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, xssMatchTuple: XssMatchTuple)
-
Declaration
Swift
public func validate(name: String) throws