AWS IoT Analytics Dataset Trigger
The Trigger property type specifies
a list of triggers that cause data set contents to be populated at a specific time
or when another data set's
contents are created for an AWS IoT Analytics dataset.
Trigger is a property of the AWS::IoTAnalytics::Dataset resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Schedule" : Schedule, "TriggeringDataset" : TriggeringDataset }
Properties
Schedule-
The schedule of when the trigger is initiated (for triggering at a specific time).
Required: No
Type: Schedule
Update requires: No interruption
TriggeringDataset-
The data set whose content creation will trigger the creation of this data set's contents.
Required: No
Type: TriggeringDataset
Update requires: No interruption
See Also
-
CreateDataset in the IoT Analytics User Guide
