Struct aws_sdk_waf::model::logging_configuration::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for LoggingConfiguration
Implementations
The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs.
The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs.
Appends an item to log_destination_configs.
To override the contents of this collection use set_log_destination_configs.
An array of Amazon Kinesis Data Firehose ARNs.
An array of Amazon Kinesis Data Firehose ARNs.
Appends an item to redacted_fields.
To override the contents of this collection use set_redacted_fields.
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field, the cookie field in the firehose will be xxx.
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field, the cookie field in the firehose will be xxx.
Consumes the builder and constructs a LoggingConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
