You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::RunConfigurationUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RunConfigurationUpdate as input to an Aws::Client method, you can use a vanilla Hash:

{
  flink_run_configuration: {
    allow_non_restored_state: false,
  },
  application_restore_configuration: {
    application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT
    snapshot_name: "SnapshotName",
  },
}

Describes the updates to the starting parameters for a Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_restore_configurationTypes::ApplicationRestoreConfiguration

Describes updates to the restore behavior of a restarting application.

Returns:

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

Returns: