XssMatchSet

public struct XssMatchSet : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet). XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

    Declaration

    Swift

    public let xssMatchSetId: String
  • Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.

    Declaration

    Swift

    public let xssMatchTuples: [XssMatchTuple]
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, xssMatchSetId: String, xssMatchTuples: [XssMatchTuple])