@Stability(value=Stable)
public static interface CfnFunction.EphemeralStorageProperty
extends software.amazon.jsii.JsiiSerializable
The default value is 512, but it can be any whole number between 512 and 10,240 MB.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
EphemeralStorageProperty ephemeralStorageProperty = EphemeralStorageProperty.builder()
.size(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.EphemeralStorageProperty.Builder
A builder for
CfnFunction.EphemeralStorageProperty |
static class |
CfnFunction.EphemeralStorageProperty.Jsii$Proxy
An implementation for
CfnFunction.EphemeralStorageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.EphemeralStorageProperty.Builder |
builder() |
Number |
getSize()
The size of the function's `/tmp` directory.
|
@Stability(value=Stable) @NotNull Number getSize()
@Stability(value=Stable) static CfnFunction.EphemeralStorageProperty.Builder builder()
Copyright © 2023. All rights reserved.