ChannelArgs

data class ChannelArgs(val channelName: Output<String>? = null, val channelStorage: Output<ChannelStorageArgs>? = null, val retentionPeriod: Output<ChannelRetentionPeriodArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ChannelArgs>

Resource Type definition for AWS::IoTAnalytics::Channel

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(channelName: Output<String>? = null, channelStorage: Output<ChannelStorageArgs>? = null, retentionPeriod: Output<ChannelRetentionPeriodArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val channelName: Output<String>? = null

The name of the channel.

Link copied to clipboard
val channelStorage: Output<ChannelStorageArgs>? = null

Where channel data is stored.

Link copied to clipboard

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Metadata which can be used to manage the channel. For more information, see Tag .

Functions

Link copied to clipboard
open override fun toJava(): ChannelArgs