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

ApplicationDescription

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

Describes the properties of an application.

interface ApplicationDescription {
ApplicationArn?: string | null;
ApplicationName?: string | null;
ConfigurationTemplates: string[];
DateCreated?: Date | number | null;
DateUpdated?: Date | number | null;
Description?: string | null;
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig | null;
Versions: string[];
}

§Properties

§
ApplicationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the application.

§
ApplicationName?: string | null
[src]

The name of the application.

§
ConfigurationTemplates: string[]
[src]

The names of the configuration templates associated with this application.

§
DateCreated?: Date | number | null
[src]

The date when the application was created.

§
DateUpdated?: Date | number | null
[src]

The date when the application was last modified.

§
Description?: string | null
[src]

User-defined description of the application.

§
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig | null
[src]

The lifecycle settings for the application.

§
Versions: string[]
[src]

The names of the versions for this application.