ContainerDatasetAction
Information required to run the containerAction
to produce dataset
contents.
Contents
- executionRoleArn
-
The ARN of the role that gives permission to the system to access required resources to run the
containerAction
. This includes, at minimum, permission to retrieve the dataset contents that are the input to the containerized application.Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: Yes
- image
-
The ARN of the Docker container stored in your account. The Docker container contains an application and required support libraries and is used to generate dataset contents.
Type: String
Length Constraints: Maximum length of 255.
Required: Yes
- resourceConfiguration
-
Configuration of the resource that executes the
containerAction
.Type: ResourceConfiguration object
Required: Yes
- variables
-
The values of variables used in 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
, oroutputFileUriValue
.Type: Array of Variable objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: