ephemeralBlockDevices

@JvmName(name = "djyggnqltitrisnv")
suspend fun ephemeralBlockDevices(value: Output<List<AmiEphemeralBlockDeviceArgs>>)
@JvmName(name = "xsevweoejvcfvodf")
suspend fun ephemeralBlockDevices(value: List<AmiEphemeralBlockDeviceArgs>?)

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 = "ooqmgfrbjjhaimvx")
suspend fun ephemeralBlockDevices(vararg values: Output<AmiEphemeralBlockDeviceArgs>)


@JvmName(name = "fnmpyuytbywbavbr")
suspend fun ephemeralBlockDevices(values: List<Output<AmiEphemeralBlockDeviceArgs>>)
@JvmName(name = "jpcqfmkqushjuthn")
suspend fun ephemeralBlockDevices(vararg values: AmiEphemeralBlockDeviceArgs)

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 = "vfpygqhlgvlpeiql")
suspend fun ephemeralBlockDevices(argument: List<suspend AmiEphemeralBlockDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "moghkctckwscccsm")
suspend fun ephemeralBlockDevices(vararg argument: suspend AmiEphemeralBlockDeviceArgsBuilder.() -> Unit)
@JvmName(name = "jdnwdlqopgaiegwu")
suspend fun ephemeralBlockDevices(argument: suspend AmiEphemeralBlockDeviceArgsBuilder.() -> 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.