waf_get_regex_pattern_set: Returns the RegexPatternSet specified by RegexPatternSetId
Description
Returns the RegexPatternSet specified by RegexPatternSetId.
Usage
waf_get_regex_pattern_set(RegexPatternSetId)
Arguments
RegexPatternSetId
[required] The RegexPatternSetId of the RegexPatternSet that you want to get.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
Request syntax
svc$get_regex_pattern_set(
  RegexPatternSetId = "string"
)