#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PendingLogDeliveryConfiguration
Implementations
Refers to slow-log or engine-log..
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
Returns the log format, either JSON or TEXT
Returns the log format, either JSON or TEXT
Consumes the builder and constructs a PendingLogDeliveryConfiguration
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