blockDeviceMappings

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


@JvmName(name = "unbqmajrtfnuxkux")
suspend fun blockDeviceMappings(values: List<Output<LaunchTemplateBlockDeviceMappingArgs>>)
@JvmName(name = "sekiwjehipkuboaw")
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 = "mnvhtwpfhqxuulbe")
suspend fun blockDeviceMappings(argument: List<suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit>)
@JvmName(name = "aawdckjxjfipovwg")
suspend fun blockDeviceMappings(vararg argument: suspend LaunchTemplateBlockDeviceMappingArgsBuilder.() -> Unit)
@JvmName(name = "cuauxevjynohyvjq")
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.