DestinationDetailsProperties

data class DestinationDetailsProperties(val status: EventStreamStatus, val uri: String)

Details regarding the Kinesis stream.

Constructors

Link copied to clipboard
constructor(status: EventStreamStatus, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of enabling the Kinesis stream as a destination for export.

Link copied to clipboard
val uri: String

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.