ByteMatchSet

public struct ByteMatchSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet (see GetByteMatchSet), update a ByteMatchSet (see UpdateByteMatchSet), insert a ByteMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a ByteMatchSet from AWS WAF (see DeleteByteMatchSet). ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

    Declaration

    Swift

    public let byteMatchSetId: String
  • Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.

    Declaration

    Swift

    public let byteMatchTuples: [ByteMatchTuple]
  • A friendly name or description of the ByteMatchSet. You can’t change Name after you create a ByteMatchSet.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(byteMatchSetId: String, byteMatchTuples: [ByteMatchTuple], name: String? = nil)