| Modifier and Type | Method and Description |
|---|---|
default Size |
CustomResourceProviderProps.getMemorySize()
(experimental) The amount of memory that your function has access to.
|
Size |
CustomResourceProviderProps.Jsii$Proxy.getMemorySize() |
static Size |
Size.gibibytes(Number amount)
Create a Storage representing an amount gibibytes.
|
static Size |
Size.kibibytes(Number amount)
Create a Storage representing an amount kibibytes.
|
static Size |
Size.mebibytes(Number amount)
Create a Storage representing an amount mebibytes.
|
static Size |
Size.pebibyte(Number amount)
Deprecated.
use `pebibytes` instead
|
static Size |
Size.pebibytes(Number amount)
Create a Storage representing an amount pebibytes.
|
static Size |
Size.tebibytes(Number amount)
Create a Storage representing an amount tebibytes.
|
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.memorySize(Size memorySize)
Sets the value of
CustomResourceProviderProps.getMemorySize() |
Copyright © 2020. All rights reserved.