Protected Item Dynamic Memory Config Args
data class ProtectedItemDynamicMemoryConfigArgs(val maximumMemoryInMegaBytes: Output<Double>, val minimumMemoryInMegaBytes: Output<Double>, val targetMemoryBufferPercentage: Output<Int>) : ConvertibleToJava<ProtectedItemDynamicMemoryConfigArgs>
Protected item dynamic memory config.