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

CodeContentDescription

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

Describes details about the code of a Kinesis Data Analytics application.

interface CodeContentDescription {
CodeMD5?: string | null;
CodeSize?: number | null;
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | null;
TextContent?: string | null;
}

§Properties

§
CodeMD5?: string | null
[src]

The checksum that can be used to validate zip-format code.

§
CodeSize?: number | null
[src]

The size in bytes of the application code. Can be used to validate zip-format code.

§
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | null
[src]

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.

§
TextContent?: string | null
[src]

The text-format code