GoogleCloudIntegrationsV1alphaErrorCatcherConfigArgs

data class GoogleCloudIntegrationsV1alphaErrorCatcherConfigArgs(val description: Output<String>? = null, val errorCatcherId: Output<String>, val errorCatcherNumber: Output<String>, val label: Output<String>? = null, val position: Output<GoogleCloudIntegrationsV1alphaCoordinateArgs>? = null, val startErrorTasks: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaErrorCatcherConfigArgs>

Configuration detail of a error catch task

Constructors

constructor(description: Output<String>? = null, errorCatcherId: Output<String>, errorCatcherNumber: Output<String>, label: Output<String>? = null, position: Output<GoogleCloudIntegrationsV1alphaCoordinateArgs>? = null, startErrorTasks: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)

Properties

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

Optional. User-provided description intended to give more business context about the error catcher config.

Link copied to clipboard
val errorCatcherId: Output<String>

An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow

Link copied to clipboard

A number to uniquely identify each error catcher config within the workflow on UI.

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

Optional. The user created label for a particular error catcher. Optional.

Link copied to clipboard

Optional. Informs the front-end application where to draw this error catcher config on the UI.

Link copied to clipboard

The set of start tasks that are to be executed for the error catch flow

Functions

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