| Package | Description |
|---|---|
| software.amazon.awscdk.services.waf |
AWS Web Application Firewall Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.Builder |
CfnWebACL.Builder.create(software.constructs.Construct scope,
String id) |
CfnWebACL.Builder |
CfnWebACL.Builder.defaultAction(CfnWebACL.WafActionProperty defaultAction)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
CfnWebACL.Builder |
CfnWebACL.Builder.defaultAction(IResolvable defaultAction)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
CfnWebACL.Builder |
CfnWebACL.Builder.metricName(String metricName)
The name of the metrics for this `WebACL` .
|
CfnWebACL.Builder |
CfnWebACL.Builder.name(String name)
A friendly name or description of the `WebACL` .
|
CfnWebACL.Builder |
CfnWebACL.Builder.rules(IResolvable rules)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
CfnWebACL.Builder |
CfnWebACL.Builder.rules(List<? extends Object> rules)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
Copyright © 2022. All rights reserved.