AWS::IoTAnalytics::Dataset ContainerAction - AWS CloudFormation

AWS::IoTAnalytics::Dataset ContainerAction

Information needed to run the "containerAction" to produce data set contents.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ExecutionRoleArn" : String, "Image" : String, "ResourceConfiguration" : 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

Minimum: 20

Maximum: 2048

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

Maximum: 255

Update requires: No interruption

ResourceConfiguration

Configuration of the resource which executes the "containerAction".

Required: Yes

Type: ResourceConfiguration

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: Array of Variable

Minimum: 0

Maximum: 50

Update requires: No interruption