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

S3ContentBaseLocationDescription

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

The description of the S3 base location that holds the application.

interface S3ContentBaseLocationDescription {
BasePath?: string | null;
BucketARN: string;
}

§Properties

§
BasePath?: string | null
[src]

The base path for the S3 bucket.

§
BucketARN: string
[src]

The Amazon Resource Name (ARN) of the S3 bucket.