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

S3ContentLocationUpdate

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

Describes an update for the Amazon S3 code content location for an application.

interface S3ContentLocationUpdate {
BucketARNUpdate?: string | null;
FileKeyUpdate?: string | null;
ObjectVersionUpdate?: string | null;
}

§Properties

§
BucketARNUpdate?: string | null
[src]

The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

§
FileKeyUpdate?: string | null
[src]

The new file key for the object containing the application code.

§
ObjectVersionUpdate?: string | null
[src]

The new version of the object containing the application code.