| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda | |
| software.amazon.awscdk.services.lambda.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.CodeProperty |
AssetCode.toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
abstract FunctionResource.CodeProperty |
Code.toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
FunctionResource.CodeProperty |
S3Code.toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
FunctionResource.CodeProperty |
InlineCode.toJSON()
Called during stack synthesis to render the CodePropery for the
Lambda function.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionResource.CodeProperty.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
FunctionResource.CodeProperty. |
static class |
FunctionResource.CodeProperty.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.CodeProperty |
FunctionResource.CodeProperty.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionResourceProps.setCode(FunctionResource.CodeProperty value)
``AWS::Lambda::Function.Code``
|
void |
FunctionResourceProps.Jsii$Pojo.setCode(FunctionResource.CodeProperty value) |
void |
FunctionResourceProps.Jsii$Proxy.setCode(FunctionResource.CodeProperty value)
``AWS::Lambda::Function.Code``
|
FunctionResourceProps.Builder.HandlerStep |
FunctionResourceProps.Builder.withCode(FunctionResource.CodeProperty value)
``AWS::Lambda::Function.Code``
|
Copyright © 2018. All rights reserved.