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

S3ReferenceDataSource

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

For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.

A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the "UpdateApplication" operation to trigger reloading of data into your application.

interface S3ReferenceDataSource {
BucketARN?: string | null;
FileKey?: string | null;
}

§Properties

§
BucketARN?: string | null
[src]

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

§
FileKey?: string | null
[src]

The object key name containing the reference data.