AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
S3TableIntegrationSourceStatus
S3Table
Integration
Source
Status
sealed
class
S3TableIntegrationSourceStatus
Inheritors
Active
DataSourceDeleteInProgress
Failed
Unhealthy
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
S3TableIntegrationSourceStatus
Companion
Link copied to clipboard
object
Companion
Data
Source
Delete
In
Progress
Link copied to clipboard
object
DataSourceDeleteInProgress
:
S3TableIntegrationSourceStatus
Failed
Link copied to clipboard
object
Failed
:
S3TableIntegrationSourceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
S3TableIntegrationSourceStatus
Unhealthy
Link copied to clipboard
object
Unhealthy
:
S3TableIntegrationSourceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String