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;
type: ArtifactsType;
}§Properties
§
bucketOwnerAccess?: BucketOwnerAccess | null
[src]§
namespaceType?: ArtifactNamespace | null
[src]§
packaging?: ArtifactPackaging | null
[src]§
type: ArtifactsType
[src]