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

Artifact

import type { Artifact } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

Describes an artifact.

interface Artifact {
artifactFileName: string;
artifactId: string;
}

§Properties

§
artifactFileName: string
[src]

The file name for the artifact.

§
artifactId: string
[src]

The unique ID for the artifact.