blockDeviceMappings

@JvmName(name = "ixmdsquvbmqsbixv")
suspend fun blockDeviceMappings(value: Output<List<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "essfywqflhufbrpb")
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 = "iaibdgviofgaktly")
suspend fun blockDeviceMappings(vararg values: Output<LaunchTemplateBlockDeviceMappingArgs>)


@JvmName(name = "vapoiqbhvfaagrmo")
suspend fun blockDeviceMappings(values: List<Output<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "limssjghiujqbpuj")
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 = "jcquktwpbghheivw")
suspend fun blockDeviceMappings(argument: List<suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit>)
@JvmName(name = "dhkuswsawkmyhrji")
suspend fun blockDeviceMappings(vararg argument: suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit)
@JvmName(name = "npowekaovxctlkpl")
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.