AWS IoT Analytics Dataset Action
The
Action property type specifies a list of actions that
create data set contents for an AWS IoT Analytics dataset.
Action is a property of the AWS::IoTAnalytics::Dataset resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActionName" :String, "ContainerAction" : ContainerAction, "QueryAction" : QueryAction }
YAML
ActionName:StringContainerAction: ContainerAction QueryAction: QueryAction
Properties
ActionName-
The name of the data set action.
Required: Yes
Type: String
Update requires: No interruption
ContainerAction-
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
Required: No
Type: ContainerAction
Update requires: No interruption
QueryAction-
Uses an SQL query to automatically create data set contents.
Required: No
Type: QueryAction
Update requires: No interruption
See Also
-
CreateDataset in the AWS IoT Analytics User Guide
