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

DeployAsApplicationConfiguration

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

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

interface DeployAsApplicationConfiguration {
S3ContentLocation: S3ContentBaseLocation;
}

§Properties

§
S3ContentLocation: S3ContentBaseLocation
[src]

The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.