OpenZfsVolumeOriginSnapshot

data class OpenZfsVolumeOriginSnapshot(val copyStrategy: String, val snapshotArn: String)

Constructors

Link copied to clipboard
constructor(copyStrategy: String, snapshotArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the strategy used when copying data from the snapshot to the new volume. Valid values are CLONE, FULL_COPY, INCREMENTAL_COPY.

Link copied to clipboard

The Amazon Resource Name (ARN) of the origin snapshot.