GetRegexPatternSetPlainArgs

data class GetRegexPatternSetPlainArgs(val name: String, val scope: String) : ConvertibleToJava<GetRegexPatternSetPlainArgs>

A collection of arguments for invoking getRegexPatternSet.

Constructors

Link copied to clipboard
constructor(name: String, scope: String)

Properties

Link copied to clipboard

Name of the WAFv2 Regex Pattern Set.

Link copied to clipboard

Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT or REGIONAL. To work with CloudFront, you must also specify the region us-east-1 (N. Virginia) on the AWS provider.

Functions

Link copied to clipboard
open override fun toJava(): GetRegexPatternSetPlainArgs