| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String codeDirectory,
CustomResourceProviderRuntime runtime,
Map<String,String> environment,
Size memorySize,
List<? extends Object> policyStatements,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProviderProps.Builder. |
Copyright © 2021. All rights reserved.