libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Description

 
Synopsis

Documentation

data PendingLogDeliveryConfiguration Source #

The log delivery configurations being modified

See: newPendingLogDeliveryConfiguration smart constructor.

Constructors

PendingLogDeliveryConfiguration' 

Fields

Instances

Instances details
Eq PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Read PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Show PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Generic PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Associated Types

type Rep PendingLogDeliveryConfiguration :: Type -> Type #

NFData PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

Hashable PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

FromXML PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

type Rep PendingLogDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration

type Rep PendingLogDeliveryConfiguration = D1 ('MetaData "PendingLogDeliveryConfiguration" "Amazonka.ElastiCache.Types.PendingLogDeliveryConfiguration" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "PendingLogDeliveryConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogFormat)) :*: S1 ('MetaSel ('Just "destinationDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DestinationDetails))) :*: (S1 ('MetaSel ('Just "logType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogType)) :*: S1 ('MetaSel ('Just "destinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DestinationType)))))

newPendingLogDeliveryConfiguration :: PendingLogDeliveryConfiguration Source #

Create a value of PendingLogDeliveryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logFormat:PendingLogDeliveryConfiguration', pendingLogDeliveryConfiguration_logFormat - Returns the log format, either JSON or TEXT

$sel:destinationDetails:PendingLogDeliveryConfiguration', pendingLogDeliveryConfiguration_destinationDetails - Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.

$sel:logType:PendingLogDeliveryConfiguration', pendingLogDeliveryConfiguration_logType - Refers to slow-log.

$sel:destinationType:PendingLogDeliveryConfiguration', pendingLogDeliveryConfiguration_destinationType - Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.

pendingLogDeliveryConfiguration_destinationDetails :: Lens' PendingLogDeliveryConfiguration (Maybe DestinationDetails) Source #

Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.

pendingLogDeliveryConfiguration_destinationType :: Lens' PendingLogDeliveryConfiguration (Maybe DestinationType) Source #

Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.