| 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 |
InlineJavaScriptFunction
A lambda function with inline node.js code.
|
class |
SingletonFunction
A Lambda that will only ever be added to a stack once.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionRef |
PipelineInvokeActionProps.Jsii$Pojo._lambda |
protected FunctionRef |
FunctionVersionProps.Jsii$Pojo._lambda |
| 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$Pojo.getLambda() |
FunctionRef |
PipelineInvokeActionProps.Jsii$Proxy.getLambda()
The lambda function to invoke.
|
FunctionRef |
FunctionVersionProps.getLambda()
Function to get the value of
|
FunctionRef |
FunctionVersionProps.Jsii$Pojo.getLambda() |
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$Pojo.setLambda(FunctionRef value) |
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$Pojo.setLambda(FunctionRef value) |
void |
FunctionVersionProps.Jsii$Proxy.setLambda(FunctionRef value)
Function to get the value of
|
PipelineInvokeActionProps.Builder.StageStep |
PipelineInvokeActionProps.Builder.withLambda(FunctionRef value)
The lambda function to invoke.
|
FunctionVersionProps.Builder.Build |
FunctionVersionProps.Builder.withLambda(FunctionRef value)
Function to get the value of
|
Copyright © 2018. All rights reserved.