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

SolutionStackDescription

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

Describes the solution stack.

interface SolutionStackDescription {
PermittedFileTypes: string[];
SolutionStackName?: string | null;
}

§Properties

§
PermittedFileTypes: string[]
[src]

The permitted file types allowed for a solution stack.

§
SolutionStackName?: string | null
[src]

The name of the solution stack.