RuleGroup

class RuleGroup : KotlinCustomResource

Contains the Rules that identify the requests that you want to allow, block, or count. In a RuleGroup, you also specify a default action (ALLOW or BLOCK), and the action for each Rule that you add to a RuleGroup, for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the RuleGroup with a CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one Rule to a RuleGroup, a request needs to match only one of the specifications to be allowed, blocked, or counted.

Properties

Link copied to clipboard
val arn: Output<String>
Link copied to clipboard

Collection of Available Labels.

Link copied to clipboard
val capacity: Output<Int>
Link copied to clipboard

Collection of Consumed Labels.

Link copied to clipboard
val description: Output<String>?
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labelNamespace: Output<String>
Link copied to clipboard
val name: Output<String>?
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rules: Output<List<RuleGroupRule>>?

Collection of Rules.

Link copied to clipboard
val scope: Output<RuleGroupScope>
Link copied to clipboard
val tags: Output<List<RuleGroupTag>>?
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard