ephemeralBlockDevices

@JvmName(name = "qowvqjljtrhflbif")
suspend fun ephemeralBlockDevices(value: Output<List<AmiFromInstanceEphemeralBlockDeviceArgs>>)
@JvmName(name = "ixvpfckxdutxqpir")
suspend fun ephemeralBlockDevices(value: List<AmiFromInstanceEphemeralBlockDeviceArgs>?)

Parameters

value

Nested block describing an ephemeral block device that should be attached to created instances. The structure of this block is described below.


@JvmName(name = "wncrbnqamdevittg")
suspend fun ephemeralBlockDevices(vararg values: Output<AmiFromInstanceEphemeralBlockDeviceArgs>)


@JvmName(name = "bbuyjlocaqcvqgjt")
suspend fun ephemeralBlockDevices(values: List<Output<AmiFromInstanceEphemeralBlockDeviceArgs>>)
@JvmName(name = "rcuiqspklqexmklt")
suspend fun ephemeralBlockDevices(vararg values: AmiFromInstanceEphemeralBlockDeviceArgs)

Parameters

values

Nested block describing an ephemeral block device that should be attached to created instances. The structure of this block is described below.


@JvmName(name = "elhptksleywnayxd")
suspend fun ephemeralBlockDevices(argument: List<suspend AmiFromInstanceEphemeralBlockDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "vgccsifcntqqwjbi")
suspend fun ephemeralBlockDevices(vararg argument: suspend AmiFromInstanceEphemeralBlockDeviceArgsBuilder.() -> Unit)
@JvmName(name = "tdduwfcwfgxnfuho")
suspend fun ephemeralBlockDevices(argument: suspend AmiFromInstanceEphemeralBlockDeviceArgsBuilder.() -> Unit)

Parameters

argument

Nested block describing an ephemeral block device that should be attached to created instances. The structure of this block is described below.