AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
ProcessorType
Processor
Type
sealed
class
ProcessorType
Inheritors
AppendDelimiterToRecord
CloudWatchLogProcessing
Decompression
Lambda
MetadataExtraction
RecordDeAggregation
SdkUnknown
Members
Types
Append
Delimiter
To
Record
Link copied to clipboard
object
AppendDelimiterToRecord
:
ProcessorType
Cloud
Watch
Log
Processing
Link copied to clipboard
object
CloudWatchLogProcessing
:
ProcessorType
Companion
Link copied to clipboard
object
Companion
Decompression
Link copied to clipboard
object
Decompression
:
ProcessorType
Lambda
Link copied to clipboard
object
Lambda
:
ProcessorType
Metadata
Extraction
Link copied to clipboard
object
MetadataExtraction
:
ProcessorType
Record
De
Aggregation
Link copied to clipboard
object
RecordDeAggregation
:
ProcessorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProcessorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String