AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafkaconnect
/
aws.sdk.kotlin.services.kafkaconnect.model
/
CustomPluginContentType
Custom
Plugin
Content
Type
sealed
class
CustomPluginContentType
Inheritors
Jar
Zip
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Jar
Link copied to clipboard
object
Jar
:
CustomPluginContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomPluginContentType
Zip
Link copied to clipboard
object
Zip
:
CustomPluginContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String