Logging Filter Properties
data class LoggingFilterProperties(val defaultBehavior: LoggingConfigurationLoggingFilterPropertiesDefaultBehavior, val filters: List<LoggingConfigurationFilter>)
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
constructor(defaultBehavior: LoggingConfigurationLoggingFilterPropertiesDefaultBehavior, filters: List<LoggingConfigurationFilter>)