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

ResolvedArtifact

import type { ResolvedArtifact } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

interface ResolvedArtifact {
identifier?: string | null;
location?: string | null;
type?: ArtifactsType | null;
}

§Properties

§
identifier?: string | null
[src]

The identifier of the artifact.

§
location?: string | null
[src]

The location of the artifact.

§
type?: ArtifactsType | null
[src]

Specifies the type of artifact.