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.
|
FunctionResource.CodeProperty |
toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
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()
Copyright © 2018. All rights reserved.