| Package | Description |
|---|---|
| software.amazon.awscdk.services.wafv2 |
AWS::WAFv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.create(software.constructs.Construct scope,
String id) |
CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.logDestinationConfigs(List<String> logDestinationConfigs)
The logging destination configuration that you want to associate with the web ACL.
|
CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.loggingFilter(Object loggingFilter)
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.redactedFields(IResolvable redactedFields)
The parts of the request that you want to keep out of the logs.
|
CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.redactedFields(List<? extends Object> redactedFields)
The parts of the request that you want to keep out of the logs.
|
CfnLoggingConfiguration.Builder |
CfnLoggingConfiguration.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with `LogDestinationConfigs` .
|
Copyright © 2022. All rights reserved.