libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect
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.KafkaConnect.Types.LogDeliveryDescription

Description

 
Synopsis

Documentation

data LogDeliveryDescription Source #

The description of the log delivery settings.

See: newLogDeliveryDescription smart constructor.

Constructors

LogDeliveryDescription' 

Fields

Instances

Instances details
Eq LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Read LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Show LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Generic LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Associated Types

type Rep LogDeliveryDescription :: Type -> Type #

NFData LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Methods

rnf :: LogDeliveryDescription -> () #

Hashable LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

FromJSON LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

type Rep LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

type Rep LogDeliveryDescription = D1 ('MetaData "LogDeliveryDescription" "Amazonka.KafkaConnect.Types.LogDeliveryDescription" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "LogDeliveryDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workerLogDelivery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkerLogDeliveryDescription))))

newLogDeliveryDescription :: LogDeliveryDescription Source #

Create a value of LogDeliveryDescription 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:workerLogDelivery:LogDeliveryDescription', logDeliveryDescription_workerLogDelivery - The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.

logDeliveryDescription_workerLogDelivery :: Lens' LogDeliveryDescription (Maybe WorkerLogDeliveryDescription) Source #

The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.