WorkflowTemplatePlacementManagedClusterConfigInitializationActionArgs

data class WorkflowTemplatePlacementManagedClusterConfigInitializationActionArgs(val executableFile: Output<String>? = null, val executionTimeout: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigInitializationActionArgs>

Constructors

constructor(executableFile: Output<String>? = null, executionTimeout: Output<String>? = null)

Properties

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

Required. Cloud Storage URI of executable file.

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

Amount of time executable has to complete. Default is 10 minutes (see JSON representation of JSON Mapping - Language Guide (proto 3)). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.

Functions

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