ApplicationFlinkRunConfiguration

data class ApplicationFlinkRunConfiguration(val allowNonRestoredState: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(allowNonRestoredState: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Defaults to false. If you update your application without specifying this parameter, AllowNonRestoredState will be set to false, even if it was previously set to true.