Dataset Action Args
data class DatasetActionArgs(val actionName: Output<String>, val containerAction: Output<DatasetContainerActionArgs>? = null, val queryAction: Output<DatasetQueryActionArgs>? = null) : ConvertibleToJava<DatasetActionArgs>
Constructors
Link copied to clipboard
constructor(actionName: Output<String>, containerAction: Output<DatasetContainerActionArgs>? = null, queryAction: Output<DatasetQueryActionArgs>? = null)
Properties
Link copied to clipboard
The name of the data set action by which data set contents are automatically created.
Link copied to clipboard
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.
Link copied to clipboard
An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.