memorySize property

  1. @BuiltValueField(wireName: r'memory_size')
String? memorySize

The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.

Implementation

@BuiltValueField(wireName: r'memory_size')
String? get memorySize;