Struct aws_sdk_elasticache::model::log_delivery_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LogDeliveryConfiguration
Implementations
Refers to slow-log.
Returns the destination type, either cloudwatch-logs
or kinesis-firehose
.
Returns the destination type, either cloudwatch-logs
or kinesis-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.
Returns the log delivery configuration status. Values are one of enabling
| disabling
| modifying
| active
| error
Returns the log delivery configuration status. Values are one of enabling
| disabling
| modifying
| active
| error
Returns an error message for the log delivery configuration.
Returns an error message for the log delivery configuration.
Consumes the builder and constructs a LogDeliveryConfiguration
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