FlinkApplicationConfigurationDescription

Describes configuration parameters for a Managed Service for Apache Flink application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Describes configuration parameters for Amazon CloudWatch logging for an application.

Link copied to clipboard

Describes parameters for how an application executes multiple tasks simultaneously.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String