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

AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails

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

A file that contain environment variables to pass to a container.

interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails {
Type?: string | null;
Value?: string | null;
}

§Properties

§
Type?: string | null
[src]

The type of environment file. The valid value is s3.

§
Value?: string | null
[src]

The ARN of the S3 object that contains the environment variable file.