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

ProjectArtifacts

import type { ProjectArtifacts } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codebuild.ts";
interface ProjectArtifacts {
artifactIdentifier?: string | null;
bucketOwnerAccess?: BucketOwnerAccess | null;
encryptionDisabled?: boolean | null;
location?: string | null;
name?: string | null;
namespaceType?: ArtifactNamespace | null;
overrideArtifactName?: boolean | null;
packaging?: ArtifactPackaging | null;
path?: string | null;
}

§Properties

§
artifactIdentifier?: string | null
[src]
§
bucketOwnerAccess?: BucketOwnerAccess | null
[src]
§
encryptionDisabled?: boolean | null
[src]
§
location?: string | null
[src]
§
name?: string | null
[src]
§
namespaceType?: ArtifactNamespace | null
[src]
§
overrideArtifactName?: boolean | null
[src]
§
packaging?: ArtifactPackaging | null
[src]
§
path?: string | null
[src]