CreateVolumeRequest

Specifies volume creation parameters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Availability zone for the volume.

Link copied to clipboard

Unique token to prevent duplicate volume creation.

Link copied to clipboard

Indicates if the volume should be encrypted.

Link copied to clipboard
val iops: Int?

Input/output operations per second for the volume.

Link copied to clipboard

KMS key for volume encryption.

Link copied to clipboard

Volume size in gigabytes.

Link copied to clipboard

Source snapshot for volume creation.

Link copied to clipboard

Metadata tags for the volume.

Link copied to clipboard

Volume throughput performance.

Link copied to clipboard

Type of EBS volume.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String