Channel

class Channel

A collection of data from an MQTT topic. Channels archive the raw, unprocessed messages before publishing the data to a pipeline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the channel.

Link copied to clipboard

When the channel was created.

Link copied to clipboard

The last time when a new message arrived in the channel.

Link copied to clipboard

When the channel was last updated.

Link copied to clipboard
val name: String?

The name of the channel.

Link copied to clipboard

How long, in days, message data is kept for the channel.

Link copied to clipboard

The status of the channel.

Link copied to clipboard

Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.

Functions

Link copied to clipboard
inline fun copy(block: Channel.Builder.() -> Unit = {}): Channel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String