amazonka-glue-2.0: Amazon Glue 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.Glue.Types.DirectKafkaSource

Description

 
Synopsis

Documentation

data DirectKafkaSource Source #

Specifies an Apache Kafka data store.

See: newDirectKafkaSource smart constructor.

Constructors

DirectKafkaSource' 

Fields

Instances

Instances details
FromJSON DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

ToJSON DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

Generic DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

Associated Types

type Rep DirectKafkaSource :: Type -> Type #

Read DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

Show DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

NFData DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

Methods

rnf :: DirectKafkaSource -> () #

Eq DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

Hashable DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

type Rep DirectKafkaSource Source # 
Instance details

Defined in Amazonka.Glue.Types.DirectKafkaSource

type Rep DirectKafkaSource = D1 ('MetaData "DirectKafkaSource" "Amazonka.Glue.Types.DirectKafkaSource" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "DirectKafkaSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataPreviewOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingDataPreviewOptions)) :*: S1 ('MetaSel ('Just "detectSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "streamingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaStreamingSourceOptions)) :*: (S1 ('MetaSel ('Just "windowSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDirectKafkaSource Source #

Create a value of DirectKafkaSource 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:dataPreviewOptions:DirectKafkaSource', directKafkaSource_dataPreviewOptions - Specifies options related to data preview for viewing a sample of your data.

$sel:detectSchema:DirectKafkaSource', directKafkaSource_detectSchema - Whether to automatically determine the schema from the incoming data.

$sel:streamingOptions:DirectKafkaSource', directKafkaSource_streamingOptions - Specifies the streaming options.

$sel:windowSize:DirectKafkaSource', directKafkaSource_windowSize - The amount of time to spend processing each micro batch.

$sel:name:DirectKafkaSource', directKafkaSource_name - The name of the data store.

directKafkaSource_dataPreviewOptions :: Lens' DirectKafkaSource (Maybe StreamingDataPreviewOptions) Source #

Specifies options related to data preview for viewing a sample of your data.

directKafkaSource_detectSchema :: Lens' DirectKafkaSource (Maybe Bool) Source #

Whether to automatically determine the schema from the incoming data.

directKafkaSource_windowSize :: Lens' DirectKafkaSource (Maybe Natural) Source #

The amount of time to spend processing each micro batch.