Struct aws_sdk_wafv2::model::LoggingFilter
source · #[non_exhaustive]pub struct LoggingFilter { /* private fields */ }
Expand description
Filtering that specifies which web requests are kept in the logs and which are dropped, defined for a web ACL's LoggingConfiguration
.
You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.
Implementations§
source§impl LoggingFilter
impl LoggingFilter
sourcepub fn default_behavior(&self) -> Option<&FilterBehavior>
pub fn default_behavior(&self) -> Option<&FilterBehavior>
Default handling for logs that don't match any of the specified filtering conditions.
source§impl LoggingFilter
impl LoggingFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LoggingFilter
.
Trait Implementations§
source§impl Clone for LoggingFilter
impl Clone for LoggingFilter
source§fn clone(&self) -> LoggingFilter
fn clone(&self) -> LoggingFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LoggingFilter
impl Debug for LoggingFilter
source§impl PartialEq<LoggingFilter> for LoggingFilter
impl PartialEq<LoggingFilter> for LoggingFilter
source§fn eq(&self, other: &LoggingFilter) -> bool
fn eq(&self, other: &LoggingFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.