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

GetBackendJobRequest

import type { GetBackendJobRequest } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface GetBackendJobRequest {
AppId: string;
BackendEnvironmentName: string;
JobId: string;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
JobId: string
[src]

The ID for the job.