#[non_exhaustive]pub struct LoggingConfiguration { /* private fields */ }
Expand description
Defines how Network Firewall performs logging for a Firewall
.
Implementations§
source§impl LoggingConfiguration
impl LoggingConfiguration
sourcepub fn log_destination_configs(&self) -> Option<&[LogDestinationConfig]>
pub fn log_destination_configs(&self) -> Option<&[LogDestinationConfig]>
Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
source§impl LoggingConfiguration
impl LoggingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LoggingConfiguration
.
Trait Implementations§
source§impl Clone for LoggingConfiguration
impl Clone for LoggingConfiguration
source§fn clone(&self) -> LoggingConfiguration
fn clone(&self) -> LoggingConfiguration
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 LoggingConfiguration
impl Debug for LoggingConfiguration
source§impl PartialEq<LoggingConfiguration> for LoggingConfiguration
impl PartialEq<LoggingConfiguration> for LoggingConfiguration
source§fn eq(&self, other: &LoggingConfiguration) -> bool
fn eq(&self, other: &LoggingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.