Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnLoggingConfigurationPropsMixin.Builder
Packages that use CfnLoggingConfigurationPropsMixin.Builder
-
Uses of CfnLoggingConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.wafv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.wafv2 that return CfnLoggingConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLoggingConfigurationPropsMixin.Builder.create()CfnLoggingConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLoggingConfigurationPropsMixin.Builder.logDestinationConfigs(List<? extends Object> logDestinationConfigs) The logging destination configuration that you want to associate with the web ACL.CfnLoggingConfigurationPropsMixin.Builder.loggingFilter(Object loggingFilter) Filtering that specifies which web requests are kept in the logs and which are dropped.CfnLoggingConfigurationPropsMixin.Builder.redactedFields(List<? extends Object> redactedFields) The parts of the request that you want to keep out of the logs.CfnLoggingConfigurationPropsMixin.Builder.redactedFields(IResolvable redactedFields) The parts of the request that you want to keep out of the logs.CfnLoggingConfigurationPropsMixin.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.CfnLoggingConfigurationPropsMixin.Builder.resourceArn(IWebACLRef resourceArn) The Amazon Resource Name (ARN) of the web ACL that you want to associate withLogDestinationConfigs.