| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionRefProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
FunctionRefProps. |
static class |
FunctionRefProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionRefProps |
FunctionRefProps.Builder.Build.build() |
FunctionRefProps |
FunctionRef.export()
Export this Function (without the role)
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2018. All rights reserved.