Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnChannelPropsMixin.Builder
Packages that use CfnChannelPropsMixin.Builder
-
Uses of CfnChannelPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotanalytics
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotanalytics that return CfnChannelPropsMixin.BuilderModifier and TypeMethodDescriptionCfnChannelPropsMixin.Builder.channelName(String channelName) The name of the channel.CfnChannelPropsMixin.Builder.channelStorage(CfnChannelPropsMixin.ChannelStorageProperty channelStorage) Where channel data is stored.CfnChannelPropsMixin.Builder.channelStorage(IResolvable channelStorage) Where channel data is stored.static CfnChannelPropsMixin.BuilderCfnChannelPropsMixin.Builder.create()static CfnChannelPropsMixin.BuilderCfnChannelPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnChannelPropsMixin.Builder.retentionPeriod(CfnChannelPropsMixin.RetentionPeriodProperty retentionPeriod) How long, in days, message data is kept for the channel.CfnChannelPropsMixin.Builder.retentionPeriod(IResolvable retentionPeriod) How long, in days, message data is kept for the channel.Metadata which can be used to manage the channel.