AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafka
/
aws.sdk.kotlin.services.kafka.model
/
TargetCompressionType
Target
Compression
Type
sealed
class
TargetCompressionType
The type of compression to use producing records to the target cluster.
Inheritors
Gzip
Lz4
None
Snappy
Zstd
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gzip
Link copied to clipboard
object
Gzip
:
TargetCompressionType
Lz4
Link copied to clipboard
object
Lz4
:
TargetCompressionType
None
Link copied to clipboard
object
None
:
TargetCompressionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TargetCompressionType
Snappy
Link copied to clipboard
object
Snappy
:
TargetCompressionType
Zstd
Link copied to clipboard
object
Zstd
:
TargetCompressionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String