AWS SDK for Kotlin
Toggle table of contents
1.8.34
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
redshiftserverless
/
aws.sdk.kotlin.services.redshiftserverless.model
/
LogDestinationType
Log
Destination
Type
sealed
class
LogDestinationType
Destination type for log publishing.
Inheritors
Cloudwatch
S3Table
SdkUnknown
Members
Types
Cloudwatch
Link copied to clipboard
object
Cloudwatch
:
LogDestinationType
Companion
Link copied to clipboard
object
Companion
S3Table
Link copied to clipboard
object
S3Table
:
LogDestinationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LogDestinationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String