GetSnapshotsPlainArgs

data class GetSnapshotsPlainArgs(val desktopId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotId: String? = null) : ConvertibleToJava<GetSnapshotsPlainArgs>

A collection of arguments for invoking getSnapshots.

Constructors

Link copied to clipboard
constructor(desktopId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, snapshotId: String? = null)

Properties

Link copied to clipboard
val desktopId: String? = null

The ID of the Desktop.

Link copied to clipboard
val ids: List<String>? = null

A list of Snapshot IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Snapshot name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val snapshotId: String? = null

The ID of the Snapshot.

Functions

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