blockDeviceMappings

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


@JvmName(name = "vpkxfbejdntgukbm")
suspend fun blockDeviceMappings(values: List<Output<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "mdadcxxlqtwmmqvo")
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 = "bgcuqdyflcncawhf")
suspend fun blockDeviceMappings(argument: List<suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit>)
@JvmName(name = "krbyivtfxnejettb")
suspend fun blockDeviceMappings(vararg argument: suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit)
@JvmName(name = "nfxylemjokjtevwo")
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.