Google Cloud Integrations V1alpha Error Catcher Config Args
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
Link copied to clipboard
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
Optional. User-provided description intended to give more business context about the error catcher config.
Link copied to clipboard
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
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