Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::IoTAnalytics::Dataset ContainerAction

Focus mode
AWS::IoTAnalytics::Dataset ContainerAction - AWS CloudFormation
Filter View

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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.