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

FlinkApplicationConfigurationDescription

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

Describes configuration parameters for a Flink-based Kinesis Data Analytics application.

interface FlinkApplicationConfigurationDescription {
CheckpointConfigurationDescription?: CheckpointConfigurationDescription | null;
JobPlanDescription?: string | null;
MonitoringConfigurationDescription?: MonitoringConfigurationDescription | null;
ParallelismConfigurationDescription?: ParallelismConfigurationDescription | null;
}

§Properties

§
CheckpointConfigurationDescription?: CheckpointConfigurationDescription | null
[src]

Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance.

§
JobPlanDescription?: string | null
[src]

The job plan for an application. For more information about the job plan, see Jobs and Scheduling in the Apache Flink Documentation. To retrieve the job plan for the application, use the "DescribeApplicationRequest$IncludeAdditionalDetails" parameter of the "DescribeApplication" operation.

§
MonitoringConfigurationDescription?: MonitoringConfigurationDescription | null
[src]

Describes configuration parameters for Amazon CloudWatch logging for an application.

§
ParallelismConfigurationDescription?: ParallelismConfigurationDescription | null
[src]

Describes parameters for how an application executes multiple tasks simultaneously.