AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eventbridge
/
aws.sdk.kotlin.services.eventbridge.model
/
ConnectionState
Connection
State
sealed
class
ConnectionState
Inheritors
Active
Authorized
Authorizing
Creating
Deauthorized
Deauthorizing
Deleting
FailedConnectivity
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ConnectionState
Authorized
Link copied to clipboard
object
Authorized
:
ConnectionState
Authorizing
Link copied to clipboard
object
Authorizing
:
ConnectionState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ConnectionState
Deauthorized
Link copied to clipboard
object
Deauthorized
:
ConnectionState
Deauthorizing
Link copied to clipboard
object
Deauthorizing
:
ConnectionState
Deleting
Link copied to clipboard
object
Deleting
:
ConnectionState
Failed
Connectivity
Link copied to clipboard
object
FailedConnectivity
:
ConnectionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionState
Updating
Link copied to clipboard
object
Updating
:
ConnectionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String