Application Flink Run Configuration Args
data class ApplicationFlinkRunConfigurationArgs(val allowNonRestoredState: Output<Boolean>? = null) : ConvertibleToJava<ApplicationFlinkRunConfigurationArgs>
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
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.