EbsBlockDevice#

Block device description for an EBS volume.

Contents#

  • DeleteOnTermination (request), deleteOnTermination (response) — Indicates whether to delete the volume when the instance is deleted.

    • Type: Boolean

    • Required: No

  • encrypted — Indicates whether the volume is encrypted. Only in response.

    • Type: Boolean

    • Required: No

  • Iops (request), iops (response) — The number of I/O operations per second supported by the volume.

    • Type: Integer

    • Required: No

  • snapshotDescription — The description of the snapshot, from which the volume was created. Only in response.

    • Type: String

    • Required: No

  • SnapshotId (request), snapshotId (response) — The ID of the snapshot, from which the volume was created.

    • Type: String

    • Required: No

  • VolumeSize (request), volumeSize (response) — The size of the volume, in GiB.

    • Type: Integer

    • Required: No

  • VolumeType (request), volumeType (response) — The type of the volume.

    • Type: String

    • Valid values: gp2 | io2 | st2 | st3

    • Required: No