SnapshotArgs

data class SnapshotArgs(val diskId: Output<String>? = null, val snapshotName: Output<String>? = null) : ConvertibleToJava<SnapshotArgs>

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>

Constructors

Link copied to clipboard
fun SnapshotArgs(diskId: Output<String>? = null, snapshotName: Output<String>? = null)

Functions

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

Properties

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

The ID of the disk.

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

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 (-).