class Aws::KinesisAnalyticsV2::Types::ApplicationRestoreConfiguration
Specifies the method and snapshot to use when restarting an application using previously saved application state.
@note When making an API call, you may pass ApplicationRestoreConfiguration
data as a hash: { application_restore_type: "SKIP_RESTORE_FROM_SNAPSHOT", # required, accepts SKIP_RESTORE_FROM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, RESTORE_FROM_CUSTOM_SNAPSHOT snapshot_name: "SnapshotName", }
@!attribute [rw] application_restore_type
Specifies how the application should be restored. @return [String]
@!attribute [rw] snapshot_name
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if `RESTORE_FROM_CUSTOM_SNAPSHOT` is specified for the `ApplicationRestoreType`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ApplicationRestoreConfiguration AWS API Documentation
Constants
- SENSITIVE