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

ApplicationDetail

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

Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.

interface ApplicationDetail {
ApplicationARN: string;
ApplicationConfigurationDescription?: ApplicationConfigurationDescription | null;
ApplicationDescription?: string | null;
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription | null;
ApplicationMode?: ApplicationMode | null;
ApplicationName: string;
ApplicationStatus: ApplicationStatus;
ApplicationVersionId: number;
ApplicationVersionRolledBackFrom?: number | null;
ApplicationVersionRolledBackTo?: number | null;
ApplicationVersionUpdatedFrom?: number | null;
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | null;
ConditionalToken?: string | null;
CreateTimestamp?: Date | number | null;
LastUpdateTimestamp?: Date | number | null;
RuntimeEnvironment: RuntimeEnvironment;
ServiceExecutionRole?: string | null;
}

§Properties

§
ApplicationARN: string
[src]

The ARN of the application.

§
ApplicationConfigurationDescription?: ApplicationConfigurationDescription | null
[src]

Describes details about the application code and starting parameters for a Kinesis Data Analytics application.

§
ApplicationDescription?: string | null
[src]

The description of the application.

§
ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription | null
[src]

The details of the maintenance configuration for the application.

§
ApplicationMode?: ApplicationMode | null
[src]

To create a Kinesis Data Analytics Studio notebook, you must set the mode to INTERACTIVE. However, for a Kinesis Data Analytics for Apache Flink application, the mode is optional.

§
ApplicationName: string
[src]

The name of the application.

§
ApplicationStatus: ApplicationStatus
[src]

The status of the application.

§
ApplicationVersionId: number
[src]

Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.

§
ApplicationVersionRolledBackFrom?: number | null
[src]

If you reverted the application using "RollbackApplication", the application version when RollbackApplication was called.

§
ApplicationVersionRolledBackTo?: number | null
[src]

The version to which you want to roll back the application.

§
ApplicationVersionUpdatedFrom?: number | null
[src]

The previous application version before the latest application update. "RollbackApplication" reverts the application to this version.

§
CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[] | null
[src]

Describes the application Amazon CloudWatch logging options.

§
ConditionalToken?: string | null
[src]

A value you use to implement strong concurrency for application updates.

§
CreateTimestamp?: Date | number | null
[src]

The current timestamp when the application was created.

§
LastUpdateTimestamp?: Date | number | null
[src]

The current timestamp when the application was last updated.

§
RuntimeEnvironment: RuntimeEnvironment
[src]

The runtime environment for the application (SQL-1_0, FLINK-1_6, FLINK-1_8, or FLINK-1_11).

§
ServiceExecutionRole?: string | null
[src]

Specifies the IAM role that the application uses to access external resources.