LoggingFilterPropertiesArgs

data class LoggingFilterPropertiesArgs(val defaultBehavior: Output<LoggingConfigurationLoggingFilterPropertiesDefaultBehavior>, val filters: Output<List<LoggingConfigurationFilterArgs>>) : ConvertibleToJava<LoggingFilterPropertiesArgs>

Filtering that specifies which web requests are kept in the logs and which are dropped. You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Default handling for logs that don't match any of the specified filtering conditions.

Link copied to clipboard

The filters that you want to apply to the logs.

Functions

Link copied to clipboard
open override fun toJava(): LoggingFilterPropertiesArgs