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

AwsCodeBuildProjectDetails

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

Information about an CodeBuild project.

interface AwsCodeBuildProjectDetails {
EncryptionKey?: string | null;
Environment?: AwsCodeBuildProjectEnvironment | null;
Name?: string | null;
SecondaryArtifacts?: AwsCodeBuildProjectArtifactsDetails[] | null;
ServiceRole?: string | null;
Source?: AwsCodeBuildProjectSource | null;
VpcConfig?: AwsCodeBuildProjectVpcConfig | null;
}

§Properties

§

Information about the build artifacts for the CodeBuild project.

§
EncryptionKey?: string | null
[src]

The KMS key used to encrypt the build output artifacts.

You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name).

§

Information about the build environment for this build project.

§

Information about logs for the build project.

§
Name?: string | null
[src]

The name of the build project.

§
SecondaryArtifacts?: AwsCodeBuildProjectArtifactsDetails[] | null
[src]

Information about the secondary artifacts for the CodeBuild project.

§
ServiceRole?: string | null
[src]

The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.

§

Information about the build input source code for this build project.

§

Information about the VPC configuration that CodeBuild accesses.