Execution Args
data class ExecutionArgs(val argument: Output<String>? = null, val callLogLevel: Output<ExecutionCallLogLevel>? = null, val labels: Output<Map<String, String>>? = 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, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null, workflowId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.