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.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateApplicationRequest {
ApiGatewayProxy?: ApiGatewayProxyInput | null;
ClientToken?: string | null;
EnvironmentIdentifier: string;
Name: string;
ProxyType: ProxyType;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VpcId: string;
}

§Properties

§
ApiGatewayProxy?: ApiGatewayProxyInput | null
[src]

A wrapper object holding the API Gateway endpoint type and stage name for the proxy.

§
ClientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
EnvironmentIdentifier: string
[src]

The unique identifier of the environment.

§
Name: string
[src]

The name to use for the application.

§
ProxyType: ProxyType
[src]

The proxy type of the proxy created within the application.

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

The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

§
VpcId: string
[src]

The ID of the virtual private cloud (VPC).