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

AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails

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

Information about an environment variable that is available to builds for the build project.

interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails {
Name?: string | null;
Type?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the environment variable.

§
Type?: string | null
[src]

The type of environment variable.

§
Value?: string | null
[src]

The value of the environment variable.