Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudIntegrationsV1alphaSuccessPolicy

import type { GoogleCloudIntegrationsV1alphaSuccessPolicy } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Policy that dictates the behavior for the task after it completes successfully.

interface GoogleCloudIntegrationsV1alphaSuccessPolicy {
finalState?: "FINAL_STATE_UNSPECIFIED" | "SUCCEEDED" | "SUSPENDED";
}

§Properties

§
finalState?: "FINAL_STATE_UNSPECIFIED" | "SUCCEEDED" | "SUSPENDED"
[src]

State to which the execution snapshot status will be set if the task succeeds.