GetEcsSnapshotsPlainArgs

data class GetEcsSnapshotsPlainArgs(val category: String? = null, val dryRun: Boolean? = null, val encrypted: Boolean? = null, val ids: List<String>? = null, val kmsKeyId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val snapshotLinkId: String? = null, val snapshotName: String? = null, val snapshotType: String? = null, val sourceDiskType: String? = null, val status: String? = null, val tags: Map<String, Any>? = null, val type: String? = null, val usage: String? = null) : ConvertibleToJava<GetEcsSnapshotsPlainArgs>

A collection of arguments for invoking getEcsSnapshots.

Constructors

Link copied to clipboard
fun GetEcsSnapshotsPlainArgs(category: String? = null, dryRun: Boolean? = null, encrypted: Boolean? = null, ids: List<String>? = null, kmsKeyId: String? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, snapshotLinkId: String? = null, snapshotName: String? = null, snapshotType: String? = null, sourceDiskType: String? = null, status: String? = null, tags: Map<String, Any>? = null, type: String? = null, usage: String? = null)

Functions

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

Properties

Link copied to clipboard
val category: String? = null

The category of the snapshot.

Link copied to clipboard
val dryRun: Boolean? = null

Specifies whether to check the validity of the request without actually making the request.

Link copied to clipboard
val encrypted: Boolean? = null

Whether the snapshot is encrypted.

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

A list of Snapshot IDs.

Link copied to clipboard
val kmsKeyId: String? = null

The kms key id.

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

The resource group id.

Link copied to clipboard
val snapshotLinkId: String? = null

The snapshot link id.

Link copied to clipboard
val snapshotName: String? = null

Snapshot Display Name.

Link copied to clipboard
val snapshotType: String? = null

Snapshot creation type.

Link copied to clipboard
val sourceDiskType: String? = null

Source disk attributes.

Link copied to clipboard
val status: String? = null

The status of the snapshot.

Link copied to clipboard
val tags: Map<String, Any>? = null

The tags.

Link copied to clipboard
val type: String? = null
Link copied to clipboard
val usage: String? = null

A resource type that has a reference relationship.