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
/
ProcessorParameterName
Processor
Parameter
Name
sealed
class
ProcessorParameterName
Inheritors
BufferIntervalInSeconds
BufferSizeInMb
CompressionFormat
DataMessageExtraction
Delimiter
JsonParsingEngine
LambdaArn
LambdaNumberOfRetries
MetadataExtractionQuery
RoleArn
SubRecordType
SdkUnknown
Members
Types
Buffer
Interval
In
Seconds
Link copied to clipboard
object
BufferIntervalInSeconds
:
ProcessorParameterName
Buffer
Size
In
Mb
Link copied to clipboard
object
BufferSizeInMb
:
ProcessorParameterName
Companion
Link copied to clipboard
object
Companion
Compression
Format
Link copied to clipboard
object
CompressionFormat
:
ProcessorParameterName
Data
Message
Extraction
Link copied to clipboard
object
DataMessageExtraction
:
ProcessorParameterName
Delimiter
Link copied to clipboard
object
Delimiter
:
ProcessorParameterName
Json
Parsing
Engine
Link copied to clipboard
object
JsonParsingEngine
:
ProcessorParameterName
Lambda
Arn
Link copied to clipboard
object
LambdaArn
:
ProcessorParameterName
Lambda
Number
Of
Retries
Link copied to clipboard
object
LambdaNumberOfRetries
:
ProcessorParameterName
Metadata
Extraction
Query
Link copied to clipboard
object
MetadataExtractionQuery
:
ProcessorParameterName
Role
Arn
Link copied to clipboard
object
RoleArn
:
ProcessorParameterName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProcessorParameterName
Sub
Record
Type
Link copied to clipboard
object
SubRecordType
:
ProcessorParameterName
Properties
value
Link copied to clipboard
abstract
val
value
:
String