AWS IoT Analytics Dataset ContainerAction
The
ContainerAction property type specifies information which allows the system to run a
containerized application in order to create the data set contents for an AWS IoT
Analytics dataset.
ContainerAction is a property of the Action property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExecutionRoleArn" :String, "Image" :String, "ResourceConfiguration" : ResourceConfiguration, "Variables" : [ Variable, ... ] }
YAML
ExecutionRoleArn:StringImage:StringResourceConfiguration: ResourceConfiguration Variables: - Variable
Properties
ExecutionRoleArn-
The ARN of the role which gives permission to the system to access needed resources in order to run the 'containerAction'. This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
Required: Yes
Type: String
Update requires: No interruption
Image-
The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
Required: Yes
Type: String
Update requires: No interruption
ResourceConfiguration-
Configuration of the resource that executes the 'containerAction'.
Required: No
Type: List of Variable property types
Update requires: No interruption
Variables-
The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".
Required: No
Type: List of Variable property types
Update requires: No interruption
See Also
-
CreatePipeline in the AWS IoT Analytics User Guide
