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

S3ApplicationCodeLocationDescription

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

Describes the location of an application's code stored in an S3 bucket.

interface S3ApplicationCodeLocationDescription {
BucketARN: string;
FileKey: string;
ObjectVersion?: string | null;
}

§Properties

§
BucketARN: string
[src]

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

§
FileKey: string
[src]

The file key for the object containing the application code.

§
ObjectVersion?: string | null
[src]

The version of the object containing the application code.