| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeFamily |
Runtime.getFamily()
(experimental) The runtime family.
|
static RuntimeFamily |
RuntimeFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeFamily[] |
RuntimeFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Runtime.Builder |
Runtime.Builder.create(String name,
RuntimeFamily family) |
| Constructor and Description |
|---|
Runtime(String name,
RuntimeFamily family) |
Runtime(String name,
RuntimeFamily family,
LambdaRuntimeProps props) |
Copyright © 2021. All rights reserved.