amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Show LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

NFData LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Methods

rnf :: LogDeliveryDescription -> () #

Eq LogDeliveryDescription Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.LogDeliveryDescription

Hashable 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" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" '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.