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-gyr5wj9zj0fg.deno.dev/v0.2/services/kinesisanalytics.ts";
interface CreateApplicationRequest {
ApplicationCode?: string | null;
ApplicationDescription?: string | null;
ApplicationName: string;
CloudWatchLoggingOptions?: CloudWatchLoggingOption[] | null;
Inputs?: Input[] | null;
Outputs?: Output[] | null;
Tags?: Tag[] | null;
}

§Properties

§
ApplicationCode?: string | null
[src]
§
ApplicationDescription?: string | null
[src]
§
ApplicationName: string
[src]
§
CloudWatchLoggingOptions?: CloudWatchLoggingOption[] | null
[src]
§
Inputs?: Input[] | null
[src]
§
Outputs?: Output[] | null
[src]
§
Tags?: Tag[] | null
[src]