| Interface | Description |
|---|---|
| CustomResourceProps |
Properties to provide a Lambda-backed custom resource
|
| SingletonLambdaProps |
Properties for a newly created singleton Lambda
|
| SingletonLambdaProps.Builder.Build | |
| SingletonLambdaProps.Builder.CodeStep | |
| SingletonLambdaProps.Builder.HandlerStep | |
| SingletonLambdaProps.Builder.RuntimeStep |
| Class | Description |
|---|---|
| $Module | |
| CustomResource |
Custom resource that is implemented using a Lambda
As a custom resource author, you should be publishing a subclass of this class
that hides the choice of provider, and accepts a strongly-typed properties
object with the properties your provider accepts.
|
| CustomResourceProps.Builder |
A fluent builder class for
CustomResourceProps. |
| CustomResourceProps.Jsii$Pojo |
A PoJo (plain-old-java-object) class that implements
CustomResourceProps. |
| CustomResourceProps.Jsii$Proxy |
A proxy class which for javascript object literal which adhere to this interface.
|
| SingletonLambda |
A Lambda that will only ever be added to a stack once.
|
| SingletonLambdaProps.Builder |
A fluent step builder class for
SingletonLambdaProps. |
| SingletonLambdaProps.Jsii$Pojo |
A PoJo (plain-old-java-object) class that implements
SingletonLambdaProps. |
| SingletonLambdaProps.Jsii$Proxy |
A proxy class which for javascript object literal which adhere to this interface.
|
Copyright © 2018. All rights reserved.