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
fun GoogleCloudIntegrationsV1alphaErrorCatcherConfigArgs(description: Output<String>? = null, errorCatcherId: Output<String>, errorCatcherNumber: Output<String>, label: Output<String>? = null, position: Output<GoogleCloudIntegrationsV1alphaCoordinateArgs>? = null, startErrorTasks: Output<List<GoogleCloudIntegrationsV1alphaNextTaskArgs>>)