AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
DeliveryStreamType
Delivery
Stream
Type
sealed
class
DeliveryStreamType
Inheritors
DatabaseAsSource
DirectPut
KinesisStreamAsSource
MskasSource
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Database
As
Source
Link copied to clipboard
object
DatabaseAsSource
:
DeliveryStreamType
Direct
Put
Link copied to clipboard
object
DirectPut
:
DeliveryStreamType
Kinesis
Stream
As
Source
Link copied to clipboard
object
KinesisStreamAsSource
:
DeliveryStreamType
Mskas
Source
Link copied to clipboard
object
MskasSource
:
DeliveryStreamType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeliveryStreamType
Properties
value
Link copied to clipboard
abstract
val
value
:
String