DatasetAction
A DatasetAction
object that specifies how dataset contents are automatically
created.
Contents
- actionName
-
The name of the dataset action by which dataset 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 that allows the system to run a containerized application to create the dataset contents. The application must be in a Docker container along with any required support libraries.
Type: ContainerDatasetAction object
Required: No
- queryAction
-
An
SqlQueryDatasetAction
object that uses an SQL query to automatically create dataset 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: