Uses of Interface
software.amazon.awscdk.interfaces.iotanalytics.IChannelRef
Packages that use IChannelRef
Package
Description
AWS IoT Analytics Construct Library
-
Uses of IChannelRef in software.amazon.awscdk.interfaces.iotanalytics
Subinterfaces of IChannelRef in software.amazon.awscdk.interfaces.iotanalyticsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIChannelRef.Classes in software.amazon.awscdk.interfaces.iotanalytics that implement IChannelRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IChannelRef in software.amazon.awscdk.services.iotanalytics
Classes in software.amazon.awscdk.services.iotanalytics that implement IChannelRefModifier and TypeClassDescriptionclassThe AWS::IoTAnalytics::Channel resource collects data from an MQTT topic and archives the raw, unprocessed messages before publishing the data to a pipeline.Methods in software.amazon.awscdk.services.iotanalytics that return IChannelRefModifier and TypeMethodDescriptionstatic IChannelRefCfnChannel.fromChannelName(software.constructs.Construct scope, String id, String channelName) Creates a new IChannelRef from a channelName.