blockDeviceMappings

@JvmName(name = "vietfytkutgkihyg")
suspend fun blockDeviceMappings(value: Output<List<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "xfkenaywvqelgtdg")
suspend fun blockDeviceMappings(value: List<LaunchTemplateBlockDeviceMappingArgs>?)

Parameters

value

Specify volumes to attach to the instance besides the volumes specified by the AMI. See Block Devices below for details.


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


@JvmName(name = "enmwbulhargtjgol")
suspend fun blockDeviceMappings(values: List<Output<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "hphimnnlhonmjdjt")
suspend fun blockDeviceMappings(vararg values: LaunchTemplateBlockDeviceMappingArgs)

Parameters

values

Specify volumes to attach to the instance besides the volumes specified by the AMI. See Block Devices below for details.


@JvmName(name = "ogwxsojhxtttwmdo")
suspend fun blockDeviceMappings(argument: List<suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit>)
@JvmName(name = "wtycgvwqqgoanntl")
suspend fun blockDeviceMappings(vararg argument: suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit)
@JvmName(name = "lirmnlwuyulonlyi")
suspend fun blockDeviceMappings(argument: suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit)

Parameters

argument

Specify volumes to attach to the instance besides the volumes specified by the AMI. See Block Devices below for details.