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/mgn.ts?docs=full";
interface CreateApplicationRequest {
description?: string | null;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
description?: string | null
[src]

Application description.

§
name: string
[src]

Application name.

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

Application tags.