ApplicationRestoreConfiguration
public struct ApplicationRestoreConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies how the application should be restored.
Declaration
Swift
public let applicationRestoreType: ApplicationRestoreType
-
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.
Declaration
Swift
public let snapshotName: String?
-
Undocumented
Declaration
Swift
public init(applicationRestoreType: ApplicationRestoreType, snapshotName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws