ApplicationRestoreConfigurationArgs

data class ApplicationRestoreConfigurationArgs(val applicationRestoreType: Output<ApplicationRestoreConfigurationApplicationRestoreType>, val snapshotName: Output<String>? = null) : ConvertibleToJava<ApplicationRestoreConfigurationArgs>

Describes the restore behavior of a restarting application.

Constructors

Link copied to clipboard
constructor(applicationRestoreType: Output<ApplicationRestoreConfigurationApplicationRestoreType>, snapshotName: Output<String>? = null)

Properties

Link copied to clipboard

Specifies how the application should be restored.

Link copied to clipboard
val snapshotName: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationRestoreConfigurationArgs