Snapshot

Provides a Simple Application Server Snapshot resource. For information about Simple Application Server Snapshot and how to use it, see What is Snapshot.

NOTE: Available in v1.143.0+.

Import

Simple Application Server Snapshot can be imported using the id, e.g.

$ pulumi import alicloud:simpleapplicationserver/snapshot:Snapshot example <id>

Properties

Link copied to clipboard
val diskId: Output<String>

The ID of the disk.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val snapshotName: Output<String>

The name of the snapshot. The name must be 2 to 50 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), periods (.),and hyphens (-).

Link copied to clipboard
val status: Output<String>

The status of the snapshot. Valid values: Progressing, Accomplished and Failed.

Link copied to clipboard
val urn: Output<String>