ebsBlockDevices

@JvmName(name = "kalmiwcbqfjwkcpp")
suspend fun ebsBlockDevices(value: Output<List<LaunchConfigurationEbsBlockDeviceArgs>>)
@JvmName(name = "nhevhrmjjqolvjii")
suspend fun ebsBlockDevices(value: List<LaunchConfigurationEbsBlockDeviceArgs>?)

Parameters

value

Additional EBS block devices to attach to the instance. See Block Devices below for details.


@JvmName(name = "kwvbdwdilnhyoghb")
suspend fun ebsBlockDevices(vararg values: Output<LaunchConfigurationEbsBlockDeviceArgs>)


@JvmName(name = "dblcmnawehjdohfn")
suspend fun ebsBlockDevices(values: List<Output<LaunchConfigurationEbsBlockDeviceArgs>>)
@JvmName(name = "dfpnajxgonbwwxox")
suspend fun ebsBlockDevices(vararg values: LaunchConfigurationEbsBlockDeviceArgs)

Parameters

values

Additional EBS block devices to attach to the instance. See Block Devices below for details.


@JvmName(name = "matndigdcxjltthf")
suspend fun ebsBlockDevices(argument: List<suspend LaunchConfigurationEbsBlockDeviceArgsBuilder.() -> Unit>)
@JvmName(name = "eacubcgtafaiuqug")
suspend fun ebsBlockDevices(vararg argument: suspend LaunchConfigurationEbsBlockDeviceArgsBuilder.() -> Unit)
@JvmName(name = "sxvvpwyrowaufwsu")
suspend fun ebsBlockDevices(argument: suspend LaunchConfigurationEbsBlockDeviceArgsBuilder.() -> Unit)

Parameters

argument

Additional EBS block devices to attach to the instance. See Block Devices below for details.