InstanceVolumeArgs

data class InstanceVolumeArgs(val device: Output<String>, val volumeId: Output<String>) : ConvertibleToJava<InstanceVolumeArgs>

Constructors

Link copied to clipboard
constructor(device: Output<String>, volumeId: Output<String>)

Properties

Link copied to clipboard
val device: Output<String>

The device name (for example, /dev/sdh or xvdh).

Link copied to clipboard
val volumeId: Output<String>

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

Functions

Link copied to clipboard
open override fun toJava(): InstanceVolumeArgs