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

BuildArtifacts

import type { BuildArtifacts } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codebuild.ts";
interface BuildArtifacts {
artifactIdentifier?: string | null;
bucketOwnerAccess?: BucketOwnerAccess | null;
encryptionDisabled?: boolean | null;
location?: string | null;
md5sum?: string | null;
overrideArtifactName?: boolean | null;
sha256sum?: string | null;
}

§Properties

§
artifactIdentifier?: string | null
[src]
§
bucketOwnerAccess?: BucketOwnerAccess | null
[src]
§
encryptionDisabled?: boolean | null
[src]
§
location?: string | null
[src]
§
md5sum?: string | null
[src]
§
overrideArtifactName?: boolean | null
[src]
§
sha256sum?: string | null
[src]