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

CreateApplicationRequest

import type { CreateApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface CreateApplicationRequest {
Description?: string | null;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

A description of the application.

§
Name: string
[src]

A name for the application.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.