| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotanalytics |
AWS IoT Analytics Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.Builder |
CfnChannel.Builder.channelName(String channelName)
The name of the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
Where channel data is stored.
|
CfnChannel.Builder |
CfnChannel.Builder.channelStorage(IResolvable channelStorage)
Where channel data is stored.
|
static CfnChannel.Builder |
CfnChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
CfnChannel.Builder.retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
How long, in days, message data is kept for the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.retentionPeriod(IResolvable retentionPeriod)
How long, in days, message data is kept for the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.tags(List<? extends CfnTag> tags)
Metadata which can be used to manage the channel.
|
Copyright © 2022. All rights reserved.