blockDeviceMappings

@JvmName(name = "lviapiqrycixplko")
suspend fun blockDeviceMappings(value: Output<List<ImageRecipeBlockDeviceMappingArgs>>)
@JvmName(name = "gxmnhdvygalqpami")
suspend fun blockDeviceMappings(value: List<ImageRecipeBlockDeviceMappingArgs>?)

Parameters

value

Configuration block(s) with block device mappings for the image recipe. Detailed below.


@JvmName(name = "eapmlnvkawismmjc")
suspend fun blockDeviceMappings(vararg values: Output<ImageRecipeBlockDeviceMappingArgs>)


@JvmName(name = "lutdvqvnjvepcuqp")
suspend fun blockDeviceMappings(values: List<Output<ImageRecipeBlockDeviceMappingArgs>>)
@JvmName(name = "awgtnhqhcbhwwpdx")
suspend fun blockDeviceMappings(vararg values: ImageRecipeBlockDeviceMappingArgs)

Parameters

values

Configuration block(s) with block device mappings for the image recipe. Detailed below.


@JvmName(name = "bujxvugnnfgwxeyr")
suspend fun blockDeviceMappings(argument: List<suspend ImageRecipeBlockDeviceMappingArgsBuilder.() -> Unit>)
@JvmName(name = "kteupbsrocqjrvse")
suspend fun blockDeviceMappings(vararg argument: suspend ImageRecipeBlockDeviceMappingArgsBuilder.() -> Unit)
@JvmName(name = "jpfaymutwixvffkx")
suspend fun blockDeviceMappings(argument: suspend ImageRecipeBlockDeviceMappingArgsBuilder.() -> Unit)

Parameters

argument

Configuration block(s) with block device mappings for the image recipe. Detailed below.