toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kafkaconnect
/
aws.sdk.kotlin.services.kafkaconnect.model
/
CustomPluginState
Custom
Plugin
State
sealed
class
CustomPluginState
Inheritors
Active
CreateFailed
Creating
Deleting
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
CustomPluginState
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
CustomPluginState
Creating
Link copied to clipboard
object
Creating
:
CustomPluginState
Deleting
Link copied to clipboard
object
Deleting
:
CustomPluginState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomPluginState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
CustomPluginState
Updating
Link copied to clipboard
object
Updating
:
CustomPluginState
Properties
value
Link copied to clipboard
abstract
val
value
:
String