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

AwsCodeBuildProjectArtifactsDetails

import type { AwsCodeBuildProjectArtifactsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the build artifacts for the CodeBuild project.

interface AwsCodeBuildProjectArtifactsDetails {
ArtifactIdentifier?: string | null;
EncryptionDisabled?: boolean | null;
Location?: string | null;
Name?: string | null;
NamespaceType?: string | null;
OverrideArtifactName?: boolean | null;
Packaging?: string | null;
Path?: string | null;
Type?: string | null;
}

§Properties

§
ArtifactIdentifier?: string | null
[src]

An identifier for the artifact definition.

§
EncryptionDisabled?: boolean | null
[src]

Indicates whether to disable encryption on the artifact. Only valid when Type is S3.

§
Location?: string | null
[src]

Only used when Type is S3. The name of the S3 bucket where the artifact is located.

§
Name?: string | null
[src]

Only used when Type is S3. The name of the artifact. Used with NamepaceType and Path to determine the pattern for storing the artifact.

§
NamespaceType?: string | null
[src]

Only used when Type is S3. The value to use for the namespace. Used with Name and Path to determine the pattern for storing the artifact.

§
OverrideArtifactName?: boolean | null
[src]

Whether the name specified in the buildspec file overrides the artifact name.

§
Packaging?: string | null
[src]

Only used when Type is S3. The type of output artifact to create.

§
Path?: string | null
[src]

Only used when Type is S3. The path to the artifact. Used with Name and NamespaceType to determine the pattern for storing the artifact.

§
Type?: string | null
[src]

The type of build artifact.