Workflow Template Placement Managed Cluster Config Initialization Action Args
data class WorkflowTemplatePlacementManagedClusterConfigInitializationActionArgs(val executableFile: Output<String>? = null, val executionTimeout: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigInitializationActionArgs>
Properties
Link copied to clipboard
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 (https://developers.google.com/protocol-buffers/docs/proto3#json)). 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.