| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withDescription(String value)
A description of the function.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withEnvironment(Map<String,Object> value)
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withFunctionName(String value)
A name for the function.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withInitialPolicy(List<software.amazon.awscdk.PolicyStatement> value)
Initial policy statements to add to the created Lambda Role.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withMemorySize(Number value)
The amount of memory, in MB, that is allocated to your Lambda function.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withRole(software.amazon.awscdk.services.iam.Role value)
Lambda execution role.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.RuntimeStep.withRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.Build.withTimeout(Number value)
The function execution time (in seconds) after which Lambda terminates
the function.
|
Copyright © 2018. All rights reserved.