class Aws::KinesisAnalyticsV2::Types::FlinkRunConfiguration
Describes the starting parameters for a Flink-based Kinesis Data Analytics application.
@note When making an API call, you may pass FlinkRunConfiguration
data as a hash: { allow_non_restored_state: false, }
@!attribute [rw] allow_non_restored_state
When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see [ Allowing Non-Restored State][1] in the [Apache Flink documentation][2]. <note markdown="1"> This value 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`. </note> [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/state/savepoints.html#allowing-non-restored-state [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.8/ @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/FlinkRunConfiguration AWS API Documentation
Constants
- SENSITIVE