Execution Args
data class ExecutionArgs(val argument: Output<String>? = null, val callLogLevel: Output<ExecutionCallLogLevel>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val workflowId: Output<String>? = null) : ConvertibleToJava<ExecutionArgs>
Creates a new execution using the latest revision of the given workflow. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
fun ExecutionArgs(argument: Output<String>? = null, callLogLevel: Output<ExecutionCallLogLevel>? = null, location: Output<String>? = null, project: Output<String>? = null, workflowId: Output<String>? = null)