ChannelArgs

data class ChannelArgs(val channelName: Output<String>? = null, val channelStorage: Output<ChannelStorageArgs>? = null, val retentionPeriod: Output<ChannelRetentionPeriodArgs>? = null, val tags: Output<List<ChannelTagArgs>>? = 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
fun ChannelArgs(channelName: Output<String>? = null, channelStorage: Output<ChannelStorageArgs>? = null, retentionPeriod: Output<ChannelRetentionPeriodArgs>? = null, tags: Output<List<ChannelTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val channelName: Output<String>? = null
Link copied to clipboard
val channelStorage: Output<ChannelStorageArgs>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<ChannelTagArgs>>? = null