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

CreateApplicationMessage

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

Request to create an application.

interface CreateApplicationMessage {
ApplicationName: string;
Description?: string | null;
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig | null;
Tags?: Tag[] | null;
}

§Properties

§
ApplicationName: string
[src]

The name of the application. Must be unique within your account.

§
Description?: string | null
[src]

Your description of the application.

§
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig | null
[src]

Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.

§
Tags?: Tag[] | null
[src]

Specifies the tags applied to the application.

Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.