AWS IoT TopicRule IotAnalyticsAction
The
IotAnalyticsAction property type sends messge data to an AWS IoT Analytics channel.
IotAnalyticsAction is a property of the Action property
type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChannelName" :String, "RoleArn" :String}
YAML
ChannelName:StringRoleArn:String
Properties
ChannelName-
The name of the AWS IoT Analytics channel to which message data will be sent.
Required: Yes
Type: String
Update requires: No interruption
RoleArn-
The ARN of the role which has a policy that grants AWS IoT Analytics permission to send message data via AWS IoT Analytics (iotanalytics:BatchPutMessage).
Required: Yes
Type: String
Update requires: No interruption
See Also
-
IotAnalyticsAction in the AWS IoT API Reference
