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
/
ClusterState
Cluster
State
sealed
class
ClusterState
The state of the Apache Kafka cluster.
Inheritors
Active
Creating
Deleting
Failed
Healing
Maintenance
RebootingBroker
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ClusterState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ClusterState
Deleting
Link copied to clipboard
object
Deleting
:
ClusterState
Failed
Link copied to clipboard
object
Failed
:
ClusterState
Healing
Link copied to clipboard
object
Healing
:
ClusterState
Maintenance
Link copied to clipboard
object
Maintenance
:
ClusterState
Rebooting
Broker
Link copied to clipboard
object
RebootingBroker
:
ClusterState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterState
Updating
Link copied to clipboard
object
Updating
:
ClusterState
Properties
value
Link copied to clipboard
abstract
val
value
:
String