DatasetAction
A "DatasetAction" object that specifies how data set contents are automatically created.
Contents
- actionName
-
The name of the data set action by which data set contents are automatically created.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_]+$
Required: No
- 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.
Type: ContainerDatasetAction object
Required: No
- queryAction
-
An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.
Type: SqlQueryDatasetAction object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: