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

S3ContentBaseLocation

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

The S3 bucket that holds the application information.

interface S3ContentBaseLocation {
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.