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;
}