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.
Constructors
Link copied to clipboard
                fun ProtectedItemDynamicMemoryConfigArgs(maximumMemoryInMegaBytes: Output<Double>, minimumMemoryInMegaBytes: Output<Double>, targetMemoryBufferPercentage: Output<Int>)