RegexPatternSet
public struct RegexPatternSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A friendly name or description of the RegexPatternSet. You can’t change Name after you create a RegexPatternSet.
Declaration
Swift
public let name: String? -
The identifier for the RegexPatternSet. You use RegexPatternSetId to get information about a RegexPatternSet, update a RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from AWS WAF. RegexMatchSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Declaration
Swift
public let regexPatternSetId: String -
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t.
Declaration
Swift
public let regexPatternStrings: [String] -
Undocumented
Declaration
Swift
public init(name: String? = nil, regexPatternSetId: String, regexPatternStrings: [String])
View on GitHub
RegexPatternSet Structure Reference