public class FunctionVersion
extends software.amazon.awscdk.Construct
| Modifier | Constructor and Description |
|---|---|
|
FunctionVersion(software.amazon.awscdk.Construct parent,
String name,
FunctionVersionProps props) |
protected |
FunctionVersion(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Version |
getFunctionVersion()
The most recently deployed version of this function.
|
FunctionRef |
getLambda()
Lambda object this version is associated with
|
addChild, addError, addInfo, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreeprotected FunctionVersion(software.amazon.jsii.JsiiObject.InitializationMode mode)
public FunctionVersion(software.amazon.awscdk.Construct parent,
String name,
FunctionVersionProps props)
public Version getFunctionVersion()
public FunctionRef getLambda()
Copyright © 2018. All rights reserved.