Uses of Class
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.Builder
Packages that use CfnLoggingConfiguration.Builder
-
Uses of CfnLoggingConfiguration.Builder in software.amazon.awscdk.services.wafv2
Methods in software.amazon.awscdk.services.wafv2 that return CfnLoggingConfiguration.BuilderModifier and TypeMethodDescriptionCfnLoggingConfiguration.Builder.logDestinationConfigs(List<? extends Object> 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.CfnLoggingConfiguration.Builder.resourceArn(IWebACLRef resourceArn) The Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.