GetRegexPatternSetPlainArgs

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

Constructors

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

Properties

Link copied to clipboard
val id: String

Id of the RegexPatternSet

Link copied to clipboard

Name of the RegexPatternSet.

Link copied to clipboard

Use CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway.

Functions

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