get Regex Pattern Set
Contains a list of Regular expressions based on the provided inputs. RegexPatternSet can be used with other WAF entities with RegexPatternSetReferenceStatement to perform other actions .
Return
null
Parameters
argument
null
suspend fun getRegexPatternSet(id: String, name: String, scope: RegexPatternSetScope): GetRegexPatternSetResult
Return
null
See also
Parameters
id
Id of the RegexPatternSet
name
Name of the RegexPatternSet.
scope
Use CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway.
suspend fun getRegexPatternSet(argument: suspend GetRegexPatternSetPlainArgsBuilder.() -> Unit): GetRegexPatternSetResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.awsnative.wafv2.kotlin.inputs.GetRegexPatternSetPlainArgs.