RegexPatternSetUpdate
public struct RegexPatternSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether to insert or delete a RegexPatternString.
Declaration
Swift
public let action: ChangeAction -
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t.
Declaration
Swift
public let regexPatternString: String -
Undocumented
Declaration
Swift
public init(action: ChangeAction, regexPatternString: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RegexPatternSetUpdate Structure Reference