ephemeralBlockDevices

@JvmName(name = "pqolqctwrcrpbime")
suspend fun ephemeralBlockDevices(value: Output<List<AmiCopyEphemeralBlockDeviceArgs>>)
@JvmName(name = "iugvcjqeaqwlmhby")
suspend fun ephemeralBlockDevices(value: List<AmiCopyEphemeralBlockDeviceArgs>?)

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


@JvmName(name = "vtgvdbfdblqdygjq")
suspend fun ephemeralBlockDevices(values: List<Output<AmiCopyEphemeralBlockDeviceArgs>>)
@JvmName(name = "ebxrbwwreccyyxqh")
suspend fun ephemeralBlockDevices(vararg values: AmiCopyEphemeralBlockDeviceArgs)

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 = "dxxdvxbdthivrmdv")
suspend fun ephemeralBlockDevices(argument: List<suspend AmiCopyEphemeralBlockDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "jxyhoexeuxiwwbia")
suspend fun ephemeralBlockDevices(vararg argument: suspend AmiCopyEphemeralBlockDeviceArgsBuilder.() -> Unit)
@JvmName(name = "lwnwnvwvplqwrish")
suspend fun ephemeralBlockDevices(argument: suspend AmiCopyEphemeralBlockDeviceArgsBuilder.() -> 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.