FlinkApplicationConfigurationDescription class

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

Constructors

FlinkApplicationConfigurationDescription({CheckpointConfigurationDescription? checkpointConfigurationDescription, String? jobPlanDescription, MonitoringConfigurationDescription? monitoringConfigurationDescription, ParallelismConfigurationDescription? parallelismConfigurationDescription})
FlinkApplicationConfigurationDescription.fromJson(Map<String, dynamic> json)
factory

Properties

checkpointConfigurationDescription CheckpointConfigurationDescription?
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance.
final
hashCode int
The hash code for this object.
no setterinherited
jobPlanDescription String?
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.
final
monitoringConfigurationDescription MonitoringConfigurationDescription?
Describes configuration parameters for Amazon CloudWatch logging for an application.
final
parallelismConfigurationDescription ParallelismConfigurationDescription?
Describes parameters for how an application executes multiple tasks simultaneously.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited