FirehoseStream

data class FirehoseStream(val value: FirehoseStream) : Destination

Contains information about an Amazon Kinesis Data Firehose delivery stream.

Constructors

Link copied to clipboard
constructor(value: FirehoseStream)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Destination as a FirehoseStream and retrieves its aws.sdk.kotlin.services.appfabric.model.FirehoseStream value. Throws an exception if the Destination is not a FirehoseStream.

Link copied to clipboard
Link copied to clipboard

Casts this Destination as a S3Bucket and retrieves its aws.sdk.kotlin.services.appfabric.model.S3Bucket value. Throws an exception if the Destination is not a S3Bucket.

Link copied to clipboard

Casts this Destination as a S3Bucket and retrieves its aws.sdk.kotlin.services.appfabric.model.S3Bucket value. Returns null if the Destination is not a S3Bucket.