RegexMatchSetUpdate
public struct RegexMatchSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether to insert or delete a RegexMatchTuple.
Declaration
Swift
public let action: ChangeAction
-
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular expression (regex) pattern that you want AWS WAF to search for. If you specify DELETE for the value of Action, the RegexMatchTuple values must exactly match the values in the RegexMatchTuple that you want to delete from the RegexMatchSet.
Declaration
Swift
public let regexMatchTuple: RegexMatchTuple
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, regexMatchTuple: RegexMatchTuple)
-
Declaration
Swift
public func validate(name: String) throws