containerAction

@JvmName(name = "neiymrjufmdqeebu")
suspend fun containerAction(value: Output<DatasetContainerActionArgs>)
@JvmName(name = "wtjcssuaymewykfe")
suspend fun containerAction(value: DatasetContainerActionArgs?)

Parameters

value

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.


@JvmName(name = "cubtiiapfcamgqoy")
suspend fun containerAction(argument: suspend DatasetContainerActionArgsBuilder.() -> Unit)

Parameters

argument

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.