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

AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails

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

An environment variable to pass to the container.

interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the environment variable.

§
Value?: string | null
[src]

The value of the environment variable.