Uses of Class
software.amazon.awscdk.services.apprunner.alpha.Memory
Packages that use Memory
Package
Description
AWS::AppRunner Construct Library
-
Uses of Memory in software.amazon.awscdk.services.apprunner.alpha
Fields in software.amazon.awscdk.services.apprunner.alpha declared as MemoryModifier and TypeFieldDescriptionstatic final MemoryMemory.EIGHT_GB(experimental) 8 GB(for 4 vCPU).static final MemoryMemory.FOUR_GB(experimental) 4 GB(for 1 or 2 vCPU).static final MemoryMemory.HALF_GB(experimental) 0.5 GB(for 0.25 vCPU).static final MemoryMemory.ONE_GB(experimental) 1 GB(for 0.25 or 0.5 vCPU).static final MemoryMemory.SIX_GB(experimental) 6 GB(for 2 vCPU).static final MemoryMemory.TEN_GB(experimental) 10 GB(for 4 vCPU).static final MemoryMemory.THREE_GB(experimental) 3 GB(for 1 vCPU).static final MemoryMemory.TWELVE_GB(experimental) 12 GB(for 4 vCPU).static final MemoryMemory.TWO_GB(experimental) 2 GB(for 1 vCPU).Methods in software.amazon.awscdk.services.apprunner.alpha that return MemoryModifier and TypeMethodDescriptiondefault MemoryServiceProps.getMemory()(experimental) The amount of memory reserved for each instance of your App Runner service.final MemoryServiceProps.Jsii$Proxy.getMemory()static Memory(experimental) Custom Memory unit.Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type MemoryModifier and TypeMethodDescription(experimental) The amount of memory reserved for each instance of your App Runner service.Sets the value ofServiceProps.getMemory()