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/kinesisanalytics.ts?docs=full";

Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

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

§Properties

§
BucketARNUpdate?: string | null
[src]

Amazon Resource Name (ARN) of the S3 bucket.

§
FileKeyUpdate?: string | null
[src]

Object key name.

§
ReferenceRoleARNUpdate?: string | null
[src]

ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.