Channel Args
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)