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

CreateApplicationInput

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

Represents the input of a CreateApplication operation.

interface CreateApplicationInput {
applicationName: string;
computePlatform?: ComputePlatform | null;
tags?: Tag[] | null;
}

§Properties

§
applicationName: string
[src]

The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.

§
computePlatform?: ComputePlatform | null
[src]

The destination platform type for the deployment (Lambda, Server, or ECS).

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

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.