accelerator Total Memory Mib
suspend fun acceleratorTotalMemoryMib(value: Output<LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMibArgs>)
suspend fun acceleratorTotalMemoryMib(value: LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMibArgs?)
Parameters
value
Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.
suspend fun acceleratorTotalMemoryMib(argument: suspend LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMibArgsBuilder.() -> Unit)
Parameters
argument
Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.