Application Application Configuration Run Configuration Application Restore Configuration Args
data class ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfigurationArgs(val applicationRestoreType: Output<String>? = null, val snapshotName: Output<String>? = null) : ConvertibleToJava<ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfigurationArgs>
Properties
Link copied to clipboard
Specifies how the application should be restored. Valid values: RESTORE_FROM_CUSTOM_SNAPSHOT
, RESTORE_FROM_LATEST_SNAPSHOT
, SKIP_RESTORE_FROM_SNAPSHOT
.
Link copied to clipboard
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 application_restore_type
.