GetSnapshotsPlainArgs

data class GetSnapshotsPlainArgs(val fileSystemId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotName: String? = null, val status: String? = null) : ConvertibleToJava<GetSnapshotsPlainArgs>

A collection of arguments for invoking getSnapshots.

Constructors

Link copied to clipboard
constructor(fileSystemId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, snapshotName: String? = null, status: String? = null)

Properties

Link copied to clipboard
val fileSystemId: String? = null

The ID of the file system.

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 snapshotName: String? = null

The name of the snapshot.

Link copied to clipboard
val status: String? = null

Status. Valid values: accomplished, failed, progressing.

Functions

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