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

SourceConfiguration

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

A specification for an environment configuration.

interface SourceConfiguration {
ApplicationName?: string | null;
TemplateName?: string | null;
}

§Properties

§
ApplicationName?: string | null
[src]

The name of the application associated with the configuration.

§
TemplateName?: string | null
[src]

The name of the configuration template.