AppBlockScriptDetails

data class AppBlockScriptDetails(val executableParameters: String? = null, val executablePath: String, val scriptS3Location: AppBlockS3Location, val timeoutInSeconds: Int)

Constructors

Link copied to clipboard
constructor(executableParameters: String? = null, executablePath: String, scriptS3Location: AppBlockS3Location, timeoutInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameters used in the run path for the script.

Link copied to clipboard

The run path for the script.

Link copied to clipboard

The S3 object location of the script.

Link copied to clipboard

The run timeout, in seconds, for the script.