RegexPatternSet

class RegexPatternSet : KotlinCustomResource

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 .

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the WAF entity.

Link copied to clipboard
val awsId: Output<String>

Id of the RegexPatternSet

Link copied to clipboard
val description: Output<String>?

Description of the entity.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

Name of the RegexPatternSet.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The regular expression patterns in the set.

Link copied to clipboard

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

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

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.

Link copied to clipboard
val urn: Output<String>