GetRegexPatternSetResult

data class GetRegexPatternSetResult(val arn: String? = null, val description: String? = null, val id: String? = null, val regularExpressionList: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, id: String? = null, regularExpressionList: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

ARN of the WAF entity.

Link copied to clipboard
val description: String? = null

Description of the entity.

Link copied to clipboard
val id: String? = null

Id of the RegexPatternSet

Link copied to clipboard

The regular expression patterns in the set.

Link copied to clipboard
val tags: List<Tag>? = null

Key:value pairs associated with an AWS resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.