Uses of Class
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.Builder
-
Uses of CfnLoggingConfiguration.Builder in software.amazon.awscdk.services.wafv2
Modifier and TypeMethodDescriptionCfnLoggingConfiguration.Builder.logDestinationConfigs
(List<String> logDestinationConfigs) The logging destination configuration that you want to associate with the web ACL.CfnLoggingConfiguration.Builder.loggingFilter
(Object loggingFilter) Filtering that specifies which web requests are kept in the logs and which are dropped.CfnLoggingConfiguration.Builder.redactedFields
(List<? extends Object> redactedFields) The parts of the request that you want to keep out of the logs.CfnLoggingConfiguration.Builder.redactedFields
(IResolvable redactedFields) The parts of the request that you want to keep out of the logs.CfnLoggingConfiguration.Builder.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs
.