Struct aws_sdk_elasticache::model::log_delivery_configuration_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LogDeliveryConfigurationRequest
Implementations
Refers to slow-log.
Specify either cloudwatch-logs
or kinesis-firehose
as the destination type.
Specify either cloudwatch-logs
or kinesis-firehose
as the destination type.
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.
Specifies either JSON or TEXT
Specifies either JSON or TEXT
Specify if log delivery is enabled. Default true
.
Consumes the builder and constructs a LogDeliveryConfigurationRequest
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