FlinkRunConfiguration

public struct FlinkRunConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When restoring from a savepoint, 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 savepoints to remove stateful parameters, and state data in the savepoint no longer corresponds to valid application data. For more information, see Allowing Non-Restored State in the Apache Flink documentation.

    Declaration

    Swift

    public let allowNonRestoredState: Bool?
  • Undocumented

    Declaration

    Swift

    public init(allowNonRestoredState: Bool? = nil)