Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ShapeMemoryOptions

Memory properties.

Properties

Optional defaultPerOcpuInGBs

defaultPerOcpuInGBs: undefined | number

The default amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxInGBs

maxInGBs: undefined | number

The maximum amount of memory, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxPerOcpuInGBs

maxPerOcpuInGBs: undefined | number

The maximum amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minInGBs

minInGBs: undefined | number

The minimum amount of memory, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minPerOcpuInGBs

minPerOcpuInGBs: undefined | number

The minimum amount of memory per OCPU available for this shape, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj