@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.469Z") public class InlineCode extends Code
| Modifier | Constructor and Description |
|---|---|
protected |
InlineCode(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
InlineCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Function lambda)
Called when the lambda is initialized to allow this object to
bind to the stack, add resources and have fun.
|
String |
getCode() |
void |
setCode(String value) |
FunctionResource.CodeProperty |
toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
asset, bucket, bucket, directory, file, inlineprotected InlineCode(software.amazon.jsii.JsiiObject.InitializationMode mode)
public InlineCode(String code)
public void bind(Function lambda)
public FunctionResource.CodeProperty toJSON()
public String getCode()
public void setCode(String value)
Copyright © 2018. All rights reserved.