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

ApplicationCodeConfigurationDescription

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

Describes code configuration for an application.

interface ApplicationCodeConfigurationDescription {
CodeContentDescription?: CodeContentDescription | null;
CodeContentType: CodeContentType;
}

§Properties

§
CodeContentDescription?: CodeContentDescription | null
[src]

Describes details about the location and format of the application code.

§
CodeContentType: CodeContentType
[src]

Specifies whether the code content is in text or zip format.