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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsCodeBuildProjectDetails {
EncryptionKey?: string | null;
Environment?: AwsCodeBuildProjectEnvironment | null;
Name?: string | null;
ServiceRole?: string | null;
Source?: AwsCodeBuildProjectSource | null;
VpcConfig?: AwsCodeBuildProjectVpcConfig | null;
}

§Properties

§
EncryptionKey?: string | null
[src]
§
Name?: string | null
[src]
§
ServiceRole?: string | null
[src]