AWS IoT Analytics Pipeline Channel
The Channel property
type specifies the source of messages to be processed for an AWS IoT Analytics pipeline.
Channel is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChannelName" :String, "Name" :String, "Next" :String}
YAML
ChannelName:StringName:StringNext:String
Properties
ChannelName-
The name of the channel from which the messages are processed.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the 'channel' activity.
Required: No
Type: String
Update requires: No interruption
Next-
The next activity in the pipeline.
Required: No
Type: String
Update requires: No interruption
See Also
-
CreatePipeline in the AWS IoT Analytics User Guide
