AWS::KinesisAnalyticsV2::Application ApplicationRestoreConfiguration
Specifies the method and snapshot to use when restarting an application using previously saved application state.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApplicationRestoreType" :String, "SnapshotName" :String}
YAML
ApplicationRestoreType:StringSnapshotName:String
Properties
ApplicationRestoreType-
Specifies how the application should be restored.
Required: Yes
Type: String
Allowed values:
RESTORE_FROM_CUSTOM_SNAPSHOT | RESTORE_FROM_LATEST_SNAPSHOT | SKIP_RESTORE_FROM_SNAPSHOTUpdate requires: No interruption
SnapshotName-
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if
RESTORE_FROM_CUSTOM_SNAPSHOTis specified for theApplicationRestoreType.Required: No
Type: String
Minimum:
1Maximum:
256Pattern:
[a-zA-Z0-9_.-]+Update requires: No interruption