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

ApplicationCodeConfiguration

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

Describes code configuration for an application.

interface ApplicationCodeConfiguration {
CodeContent?: CodeContent | null;
CodeContentType: CodeContentType;
}

§Properties

§
CodeContent?: CodeContent | null
[src]

The location and type of the application code.

§
CodeContentType: CodeContentType
[src]

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