WorkflowTemplatePlacementManagedClusterConfigInitializationAction

data class WorkflowTemplatePlacementManagedClusterConfigInitializationAction(val executableFile: String? = null, val executionTimeout: String? = null)

Constructors

constructor(executableFile: String? = null, executionTimeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executableFile: String? = null

Required. Cloud Storage URI of executable file.

Link copied to clipboard

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.