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

CreateApplicationRequest

import type { CreateApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface CreateApplicationRequest {
ApplicationConfiguration?: ApplicationConfiguration | null;
ApplicationDescription?: string | null;
ApplicationMode?: ApplicationMode | null;
ApplicationName: string;
CloudWatchLoggingOptions?: CloudWatchLoggingOption[] | null;
RuntimeEnvironment: RuntimeEnvironment;
ServiceExecutionRole: string;
Tags?: Tag[] | null;
}

§Properties

§
ApplicationConfiguration?: ApplicationConfiguration | null
[src]

Use this parameter to configure the application.

§
ApplicationDescription?: string | null
[src]

A summary description of the application.

§
ApplicationMode?: ApplicationMode | null
[src]

Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the INTERACTIVE mode.

§
ApplicationName: string
[src]

The name of your application (for example, sample-app).

§
CloudWatchLoggingOptions?: CloudWatchLoggingOption[] | null
[src]

Use this parameter to configure an Amazon CloudWatch log stream to monitor application configuration errors.

§
RuntimeEnvironment: RuntimeEnvironment
[src]

The runtime environment for the application.

§
ServiceExecutionRole: string
[src]

The IAM role used by the application to access Kinesis data streams, Kinesis Data Firehose delivery streams, Amazon S3 objects, and other external resources.

§
Tags?: Tag[] | null
[src]

A list of one or more tags to assign to the application. A tag is a key-value pair that identifies an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.