/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the starting parameters for a Flink-based Kinesis Data Analytics
* application.See Also:
AWS
* API Reference
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 in the Apache Flink * documentation.
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
.
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 in the Apache Flink * documentation.
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
.
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 in the Apache Flink * documentation.
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
.
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 in the Apache Flink * documentation.
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
.