ApplicationFlinkRunConfigurationArgs

data class ApplicationFlinkRunConfigurationArgs(val allowNonRestoredState: Output<Boolean>? = null) : ConvertibleToJava<ApplicationFlinkRunConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val allowNonRestoredState: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationFlinkRunConfigurationArgs