GetOpenZfsSnapshotResult

data class GetOpenZfsSnapshotResult(val arn: String, val creationTime: String, val filters: List<GetOpenZfsSnapshotFilter>? = null, val id: String, val mostRecent: Boolean? = null, val name: String? = null, val snapshotId: String, val snapshotIds: List<String>? = null, val tags: Map<String, String>, val volumeId: String)

A collection of values returned by getOpenZfsSnapshot.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, filters: List<GetOpenZfsSnapshotFilter>? = null, id: String, mostRecent: Boolean? = null, name: String? = null, snapshotId: String, snapshotIds: List<String>? = null, tags: Map<String, String>, volumeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name of the snapshot.

Link copied to clipboard

Time that the resource was created.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
val name: String? = null

Name of the snapshot.

Link copied to clipboard

ID of the snapshot.

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

List of Tag values, with a maximum of 50 elements.

Link copied to clipboard

ID of the volume that the snapshot is of.