GetVolumeResult

data class GetVolumeResult(val arn: String, val availabilityZone: String, val encrypted: Boolean, val filters: List<GetVolumeFilter>? = null, val id: String, val iops: Int, val kmsKeyId: String, val mostRecent: Boolean? = null, val multiAttachEnabled: Boolean, val outpostArn: String, val size: Int, val snapshotId: String, val tags: Map<String, String>, val throughput: Int, val volumeId: String, val volumeType: String)

A collection of values returned by getVolume.

Constructors

Link copied to clipboard
constructor(arn: String, availabilityZone: String, encrypted: Boolean, filters: List<GetVolumeFilter>? = null, id: String, iops: Int, kmsKeyId: String, mostRecent: Boolean? = null, multiAttachEnabled: Boolean, outpostArn: String, size: Int, snapshotId: String, tags: Map<String, String>, throughput: Int, volumeId: String, volumeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Volume ARN (e.g., arn:aws:ec2:us-east-1:0123456789012:volume/vol-59fcb34e).

Link copied to clipboard

AZ where the EBS volume exists.

Link copied to clipboard

Whether the disk is encrypted.

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 iops: Int

Amount of IOPS for the disk.

Link copied to clipboard

ARN for the KMS encryption key.

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

(Optional) Specifies whether Amazon EBS Multi-Attach is enabled.

Link copied to clipboard

ARN of the Outpost.

Link copied to clipboard
val size: Int

Size of the drive in GiBs.

Link copied to clipboard

Snapshot_id the EBS volume is based off.

Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

Throughput that the volume supports, in MiB/s.

Link copied to clipboard

Volume ID (e.g., vol-59fcb34e).

Link copied to clipboard

Type of EBS volume.