| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.DirectKafkaSource
Description
Synopsis
- data DirectKafkaSource = DirectKafkaSource' {}
- newDirectKafkaSource :: Text -> DirectKafkaSource
- directKafkaSource_dataPreviewOptions :: Lens' DirectKafkaSource (Maybe StreamingDataPreviewOptions)
- directKafkaSource_detectSchema :: Lens' DirectKafkaSource (Maybe Bool)
- directKafkaSource_streamingOptions :: Lens' DirectKafkaSource (Maybe KafkaStreamingSourceOptions)
- directKafkaSource_windowSize :: Lens' DirectKafkaSource (Maybe Natural)
- directKafkaSource_name :: Lens' DirectKafkaSource Text
Documentation
data DirectKafkaSource Source #
Specifies an Apache Kafka data store.
See: newDirectKafkaSource smart constructor.
Constructors
| DirectKafkaSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DirectKafkaSource |
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_streamingOptions :: Lens' DirectKafkaSource (Maybe KafkaStreamingSourceOptions) Source #
Specifies the streaming options.
directKafkaSource_windowSize :: Lens' DirectKafkaSource (Maybe Natural) Source #
The amount of time to spend processing each micro batch.
directKafkaSource_name :: Lens' DirectKafkaSource Text Source #
The name of the data store.