AppBlockScriptDetailsArgs

data class AppBlockScriptDetailsArgs(val executableParameters: Output<String>? = null, val executablePath: Output<String>, val scriptS3Location: Output<AppBlockS3LocationArgs>, val timeoutInSeconds: Output<Int>) : ConvertibleToJava<AppBlockScriptDetailsArgs>

Constructors

Link copied to clipboard
constructor(executableParameters: Output<String>? = null, executablePath: Output<String>, scriptS3Location: Output<AppBlockS3LocationArgs>, timeoutInSeconds: Output<Int>)

Properties

Link copied to clipboard
val executableParameters: Output<String>? = null

The parameters used in the run path for the script.

Link copied to clipboard
val executablePath: Output<String>

The run path for the script.

Link copied to clipboard

The S3 object location of the script.

Link copied to clipboard
val timeoutInSeconds: Output<Int>

The run timeout, in seconds, for the script.

Functions

Link copied to clipboard
open override fun toJava(): AppBlockScriptDetailsArgs