AWS IoT Analytics Pipeline Datastore
The Datastore
property type specifies where to store the processed message data for an AWS IoT Analytics
pipeline.
Datastore is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DatastoreName" :String, "Name" :String}
YAML
DatastoreName:StringName:String
Properties
DatastoreName-
The name of the data store where processed messages are stored.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the 'datastore' activity.
Required: No
Type: String
Update requires: No interruption
See Also
-
CreatePipeline in the IoT Analytics User Guide
