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

S3ReferenceDataSourceUpdate

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

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

interface S3ReferenceDataSourceUpdate {
BucketARNUpdate?: string | null;
FileKeyUpdate?: string | null;
}

§Properties

§
BucketARNUpdate?: string | null
[src]

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

§
FileKeyUpdate?: string | null
[src]

The object key name.