| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
class |
Alias
A new alias to a particular version of a Lambda function.
|
class |
Function
Deploys a file from from inside the construct library as a function.
|
class |
SingletonFunction
A Lambda that will only ever be added to a stack once.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionRef |
FunctionVersion.getLambda()
Lambda object this version is associated with
|
FunctionRef |
PipelineInvokeActionProps.getLambda()
The lambda function to invoke.
|
FunctionRef |
PipelineInvokeActionProps.Jsii$Proxy.getLambda()
The lambda function to invoke.
|
FunctionRef |
FunctionVersionProps.getLambda()
Function to get the value of
|
FunctionRef |
FunctionVersionProps.Jsii$Proxy.getLambda()
Function to get the value of
|
static FunctionRef |
FunctionRef.import_(software.amazon.awscdk.Construct parent,
String name,
FunctionRefProps ref)
Creates a Lambda function object which represents a function not defined
within this stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineInvokeActionProps.setLambda(FunctionRef value)
The lambda function to invoke.
|
void |
PipelineInvokeActionProps.Jsii$Proxy.setLambda(FunctionRef value)
The lambda function to invoke.
|
void |
FunctionVersionProps.setLambda(FunctionRef value)
Function to get the value of
|
void |
FunctionVersionProps.Jsii$Proxy.setLambda(FunctionRef value)
Function to get the value of
|
PipelineInvokeActionProps.Builder |
PipelineInvokeActionProps.Builder.withLambda(FunctionRef value)
Sets the value of Lambda
|
FunctionVersionProps.Builder |
FunctionVersionProps.Builder.withLambda(FunctionRef value)
Sets the value of Lambda
|
Copyright © 2018. All rights reserved.