| Package | Description |
|---|---|
| software.amazon.awscdk.services.wafv2 |
AWS::WAFv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.capacity(Number capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
static CfnRuleGroup.Builder |
CfnRuleGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.customResponseBodies(IResolvable customResponseBodies)
A map of custom response keys and content bodies.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.customResponseBodies(Map<String,? extends Object> customResponseBodies)
A map of custom response keys and content bodies.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.description(String description)
A description of the rule group that helps with identification.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.name(String name)
The name of the rule group.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.rules(IResolvable rules)
The rule statements used to identify the web requests that you want to allow, block, or count.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.rules(List<? extends Object> rules)
The rule statements used to identify the web requests that you want to allow, block, or count.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.tags(List<? extends CfnTag> tags)
Key:value pairs associated with an AWS resource.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.visibilityConfig(CfnRuleGroup.VisibilityConfigProperty visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
CfnRuleGroup.Builder |
CfnRuleGroup.Builder.visibilityConfig(IResolvable visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
Copyright © 2022. All rights reserved.